This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
15a6bdebab
rust
/
src
/
test
/
run-fail
/
die-macro-expr.rs
6 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Adjust the die macro to only accept ~str and to work in statement position
2012-12-10 19:22:10 -06:00
// error-pattern:test
fn
main
(
)
{
rfail: Remove usage of fmt!
2013-09-29 23:08:46 -05:00
let
_i
:
int
=
fail2!
(
"
test
"
)
;
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 13:47:00 -06:00
}
Reference in New Issue
Copy Permalink