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-06-22 20:47:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55b6f64902
rust
/
tests
/
run-make
/
sanitizer-staticlib-link
/
program.rs
11 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
Avoid injecting sanitizer runtimes into staticlibs (#64629).
2019-10-17 12:09:49 +00:00
#[
link(name =
"
library
"
)
]
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
extern
"
C
"
{
Avoid injecting sanitizer runtimes into staticlibs (#64629).
2019-10-17 12:09:49 +00:00
fn
overflow
(
)
;
}
fn
main
(
)
{
unsafe
{
overflow
(
)
;
}
}
Reference in New Issue
Copy Permalink