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
3088c4b046
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 06:13:37 -05:00
#[
inline(unknown)
]
//~ ERROR E0535
pub
fn
something
(
)
{
}
Update invalid inline arg test.
2017-10-27 09:15:23 -05:00
fn
main
(
)
{
something
(
)
;
}
Reference in New Issue
Copy Permalink