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-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
58e901b6fd
rust
/
tests
/
ui
/
error-codes
/
E0458.rs
6 lines
148 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
#[
link(kind =
"
wonderful_unicorn
"
)
]
extern
"
C
"
{
}
//~ ERROR E0458
//~| ERROR E0459
Add new error code tests
2016-08-19 14:44:47 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink