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
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
lto
/
auxiliary
/
lto-duplicate-symbols2.rs
7 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ no-prefer-dynamic
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 16:20:51 -07:00
#![
crate_type =
"
rlib
"
]
#[
no_mangle
]
Update code to account for extern ABI requirement
2020-09-01 17:28:11 -04:00
pub
extern
"
C
"
fn
foo
(
)
{
}
Reference in New Issue
Copy Permalink