diff options
| author | est31 <MTest31@outlook.com> | 2023-03-03 04:15:15 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-03-03 08:39:00 +0100 |
| commit | 6df5ae4fb03734dd98db01a9f488998b1d4498ab (patch) | |
| tree | d5c0058297d36c2e830ad316af52183c0e423792 /compiler/rustc_span/src/def_id.rs | |
| parent | ff2c609d662f0ffae9aafa6ff9f60441473e958e (diff) | |
| download | rust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.tar.gz rust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.zip | |
Match unmatched backticks in comments in compiler/
Diffstat (limited to 'compiler/rustc_span/src/def_id.rs')
| -rw-r--r-- | compiler/rustc_span/src/def_id.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/def_id.rs b/compiler/rustc_span/src/def_id.rs index 2340d501d5a..162c15574b5 100644 --- a/compiler/rustc_span/src/def_id.rs +++ b/compiler/rustc_span/src/def_id.rs @@ -235,7 +235,7 @@ impl<D: Decoder> Decodable<D> for DefIndex { pub struct DefId { // cfg-ing the order of fields so that the `DefIndex` which is high entropy always ends up in // the lower bits no matter the endianness. This allows the compiler to turn that `Hash` impl - // into a direct call to 'u64::hash(_)`. + // into a direct call to `u64::hash(_)`. #[cfg(not(all(target_pointer_width = "64", target_endian = "big")))] pub index: DefIndex, pub krate: CrateNum, |
