Skip to content

Commit da01cc9

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

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
@@ -1292,6 +1292,7 @@ impl ToJson for SanitizerSet {
12921292

12931293
#[derive(Clone, Copy, PartialEq, Hash, Debug)]
12941294
pub struct SanitizerSupport {
1295+
/// Sanitizers supported by this target which can be used on stable.
12951296
pub stable: SanitizerSet,
12961297
pub unstable: SanitizerSet,
12971298
}

0 commit comments

Comments
 (0)