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 2c53afc commit 14cb365Copy full SHA for 14cb365
1 file changed
library/std/Cargo.toml
@@ -140,6 +140,7 @@ level = "warn"
140
check-cfg = [
141
'cfg(bootstrap)',
142
'cfg(target_arch, values("xtensa", "aarch64-unknown-nto-qnx710_iosock"))',
143
+ 'cfg(target_env, values("nto71_iosock"))',
144
# std use #[path] imports to portable-simd `std_float` crate
145
# and to the `backtrace` crate which messes-up with Cargo list
146
# of declared features, we therefor expect any feature cfg
0 commit comments