This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-30 10:45:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
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 06:50:32 +00:00
// run-fail
Adjust the die macro to only accept ~str and to work in statement position
2012-12-11 01:22:10 +00: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-26 00:06:52 +00:00
let
__isize
:
isize
=
panic!
(
"
test
"
)
;
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 19:47:00 +00:00
}
Reference in New Issue
Copy Permalink