This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
5d26f58423
rust
/
tests
/
ui
/
error-codes
/
E0534.rs
7 lines
82 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-30 13:13:37 +02:00
#[
inline()
]
//~ ERROR E0534
pub
fn
something
(
)
{
}
Update compile-fail tests.
2017-10-30 18:19:31 +01:00
fn
main
(
)
{
something
(
)
;
}
Copy permalink