We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5b56f commit a68a0bcCopy full SHA for a68a0bc
rust/allocator/lib.rs
@@ -90,12 +90,6 @@ mod both_allocators {
90
#[linkage = "weak"]
91
fn __rust_no_alloc_shim_is_unstable_v2() {}
92
93
- // TODO(crbug.com/422538133) Remove after rolling past
94
- // https://github.com/rust-lang/rust/pull/141061
95
- #[no_mangle]
96
- #[linkage = "weak"]
97
- static __rust_no_alloc_shim_is_unstable: u8 = 0;
98
-
99
// Mangle the symbol name as rustc expects.
100
#[rustc_std_internal_symbol]
101
#[allow(non_upper_case_globals)]
0 commit comments