This website requires JavaScript.
Explore
Help
Sign In
rwf2
/
Rocket
mirror of
https://github.com/rwf2/Rocket.git
Watch
1
Star
0
Fork
You've already forked Rocket
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e968a03ee
Rocket
/
codegen
/
tests
/
compile-fail.rs
7 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Convert several 'compilefail' tests to 'ui' tests.
2017-09-22 01:01:56 +00:00
mod
compiletest
;
Fixed unchecked unwrap. Added codegen tests.
2016-09-09 00:09:35 +00:00
#[
test
]
Convert several 'compilefail' tests to 'ui' tests.
2017-09-22 01:01:56 +00:00
fn
compilefail
(
)
{
compiletest
::
run
(
compiletest
::
Mode
::
CompileFail
)
;
Fixed unchecked unwrap. Added codegen tests.
2016-09-09 00:09:35 +00:00
}