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 da01cc9 commit 2ac9547Copy full SHA for 2ac9547
compiler/rustc_target/src/spec/mod.rs
@@ -1294,6 +1294,7 @@ impl ToJson for SanitizerSet {
1294
pub struct SanitizerSupport {
1295
/// Sanitizers supported by this target which can be used on stable.
1296
pub stable: SanitizerSet,
1297
+ /// Sanitizers supported by this target which cannot be used on stable.
1298
pub unstable: SanitizerSet,
1299
}
1300
0 commit comments