Skip to content

Commit cec660e

Browse files
rcvalledavidtwco
andauthored
Update compiler/rustc_target/src/spec/mod.rs
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
1 parent 2ac9547 commit cec660e

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

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

0 commit comments

Comments
 (0)