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 e0a7106 commit 7bc1e12Copy full SHA for 7bc1e12
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