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 895ea0c commit 7e8cb1eCopy full SHA for 7e8cb1e
1 file changed
tests/ui/abi/avr-sram.rs
@@ -1,3 +1,4 @@
1
+//@ add-minicore
2
//@ revisions: has_sram no_sram disable_sram
3
//@ build-pass
4
//@[has_sram] compile-flags: --target avr-none -C target-cpu=atmega328p
@@ -13,3 +14,6 @@
13
14
#![feature(no_core)]
15
#![no_core]
16
#![crate_type = "lib"]
17
+
18
+extern crate minicore;
19
+use minicore::*;
0 commit comments