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
2025-02-22 20:03:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f5f298dad4
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 11:13:37 +00:00
#[
inline()
]
//~ ERROR E0534
pub
fn
something
(
)
{
}
Update compile-fail tests.
2017-10-30 17:19:31 +00:00
fn
main
(
)
{
something
(
)
;
}
Reference in New Issue
Copy Permalink