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
70b3681bf6
rust
/
src
/
test
/
ui
/
issues
/
issue-43926.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
#[
link(name =
"
foo
"
, cfg())
]
//~ ERROR `cfg()` must have an argument
extern
"
C
"
{
}
Avoid panicking when invalid argument is passed to cfg(..) Closes #43925. Closes #43926.
2018-01-11 20:41:33 -06:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink