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-05-09 00:17:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
254bf6027d
rust
/
tests
/
ui
/
span
/
E0535.rs
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-30 11:13:37 +00:00
#[
inline(unknown)
]
//~ ERROR E0535
pub
fn
something
(
)
{
}
Update invalid inline arg test.
2017-10-27 14:15:23 +00:00
fn
main
(
)
{
something
(
)
;
}
Reference in New Issue
Copy Permalink