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
e4b9f86054
rust
/
tests
/
ui
/
lto
/
auxiliary
/
lto-duplicate-symbols1.rs
7 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Handle linker diagnostic from LLVM Previously linker diagnostic were being hidden when two modules were linked together but failed to link. This commit fixes the situation by ensuring that we have a diagnostic handler installed and also adds support for handling linker diagnostics.
2018-07-17 18:20:51 -05:00
// no-prefer-dynamic
#![
crate_type =
"
rlib
"
]
#[
no_mangle
]
Update code to account for extern ABI requirement
2020-09-01 16:28:11 -05:00
pub
extern
"
C
"
fn
foo
(
)
{
}
Reference in New Issue
Copy Permalink