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 aa39e5c commit 657775cCopy full SHA for 657775c
cortex-m-rt/src/lib.rs
@@ -275,16 +275,14 @@
275
#![deny(missing_docs)]
276
#![deny(warnings)]
277
#![feature(asm)]
278
-#![cfg_attr(needs_cb, feature(compiler_builtins_lib))]
+#![feature(core_intrinsics)]
279
#![feature(global_asm)]
280
#![feature(lang_items)]
281
#![feature(linkage)]
282
#![feature(naked_functions)]
283
#![feature(used)]
284
#![no_std]
285
286
-#[cfg(needs_cb)]
287
-extern crate compiler_builtins;
288
#[cfg(target_arch = "arm")]
289
extern crate cortex_m;
290
0 commit comments