This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
82cb88b777
rust
/
src
/
test
/
ui
/
macros
/
die-macro-expr.rs
7 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Move tests from `test/run-fail` to UI
2020-04-16 15:50:32 +09:00
// run-fail
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
fn
main
(
)
{
Mass rename uint/int to usize/isize Now that support has been removed, all lingering use cases are renamed.
2015-03-25 17:06:52 -07:00
let
__isize
:
isize
=
panic!
(
"
test
"
)
;
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Reference in a new issue
Copy permalink