Skip to content

Commit 2ac9547

Browse files
rcvalledavidtwco
andauthored
Update compiler/rustc_target/src/spec/mod.rs
Co-authored-by: David Wood <[email protected]>
1 parent da01cc9 commit 2ac9547

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_target/src/spec

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1294,6 +1294,7 @@ impl ToJson for SanitizerSet {
12941294
pub struct SanitizerSupport {
12951295
/// Sanitizers supported by this target which can be used on stable.
12961296
pub stable: SanitizerSet,
1297+
/// Sanitizers supported by this target which cannot be used on stable.
12971298
pub unstable: SanitizerSet,
12981299
}
12991300

0 commit comments

Comments
 (0)