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 b4acfe9 commit a8e4f87Copy full SHA for a8e4f87
recipes-devtools/rust/libstd-rs_1.86.0.bb
@@ -5,3 +5,6 @@ LIC_FILES_CHKSUM = "file://../../COPYRIGHT;md5=11a3899825f4376896e438c8c753f8dc"
5
6
# libstd moved from src/libstd to library/std in 1.47+
7
S = "${RUSTSRC}/library/std"
8
+
9
+# ref: https://github.com/rust-lang/rust/issues/133857
10
+RUSTFLAGS += "-Zforce-unstable-if-unmarked"
0 commit comments