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
737b461555
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 07:09:49 -05:00
#[
link(name =
"
library
"
)
]
Update tests for extern block linting
2020-09-01 16:12:52 -05:00
extern
"
C
"
{
Avoid injecting sanitizer runtimes into staticlibs (#64629).
2019-10-17 07:09:49 -05:00
fn
overflow
(
)
;
}
fn
main
(
)
{
unsafe
{
overflow
(
)
;
}
}
Reference in New Issue
Copy Permalink