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
/
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
(
)
;
}
Reference in New Issue
Copy Permalink