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 cbfd88f commit 6cb5327Copy full SHA for 6cb5327
panic_unwind/src/lib.rs
@@ -65,7 +65,7 @@ cfg_if::cfg_if! {
65
// - os=none ("bare metal" targets)
66
// - os=uefi
67
// - nvptx64-nvidia-cuda
68
- // - avr-unknown-unknown
+ // - arch=avr
69
#[path = "dummy.rs"]
70
mod real_imp;
71
}
std/build.rs
@@ -83,7 +83,7 @@ fn main() {
83
84
// - mipsel-sony-psp
85
86
87
// - tvos (aarch64-apple-tvos, x86_64-apple-tvos)
88
// - uefi (x86_64-unknown-uefi, i686-unknown-uefi)
89
// - JSON targets
0 commit comments