blob: 12461a6abb9646dac637f3e1cd2383aa65dfeb78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error: `#[no_mangle]` cannot be used on internal language items
--> $DIR/no-mangle-on-internal-lang-items.rs:7:1
|
LL | #[unsafe(no_mangle)]
| ^^^^^^^^^^^^^^^^^^^^
LL | fn internal_lang_function () {
| ---------------------------- should be the internal language item
|
= note: Rustc requires this item to have a specific mangled name.
error: aborting due to 1 previous error
|