This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
error-codes
/
E0454.rs
6 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 17:12:52 -04:00
#[
link(name =
"
"
)
]
extern
"
C
"
{
}
Update E0445 and E0454 to new error format Fixes #35922. Fixes #35930. Part of #35233. r? @GuillaumeGomez
2016-08-24 17:43:51 +05:30
//~^ ERROR E0454
Add new error code tests
2016-08-19 16:44:47 +02:00
fn
main
(
)
{
}
Copy permalink