This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
link-native-libs
/
issue-43926.rs
5 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Changes to the uitests Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-07-16 13:46:25 +02:00
#[
link(name =
"
foo
"
, cfg())
]
//~ ERROR malformed `link` attribute input
Update tests for extern block linting
2020-09-01 17:12:52 -04:00
extern
"
C
"
{
}
Avoid panicking when invalid argument is passed to cfg(..) Closes #43925. Closes #43926.
2018-01-12 11:41:33 +09:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink