We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
avr-gcc
1 parent 1d16289 commit 5beb86cCopy full SHA for 5beb86c
tests/run-make/avr-rjmp-offset/avr-rjmp-offsets.rs
@@ -5,6 +5,7 @@
5
#![feature(no_core, lang_items, intrinsics, rustc_attrs)]
6
#![no_core]
7
#![no_main]
8
+#![crate_type = "rlib"]
9
10
use minicore::ptr;
11
0 commit comments