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
rust
/
src
/
test
/
run-fail
/
die-macro-pure.rs
10 lines
77 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 17:22:10 -08:00
// error-pattern:test
test: Remove `pure` from the test suite
2013-03-22 11:23:21 -07:00
fn
f
(
)
{
Drop the '2' suffix from logging macros Who doesn't like a massive renaming?
2013-10-21 13:08:31 -07:00
fail!
(
"
test
"
)
;
Adjust the die macro to only accept ~str and to work in statement position
2012-12-10 17:22:10 -08:00
}
fn
main
(
)
{
f
(
)
;
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Reference in New Issue
Copy Permalink