diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-28 12:19:38 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-11-28 14:32:31 +1100 |
| commit | fd37da7148ce50ab51058dfd2cb82d9d6b0fba7f (patch) | |
| tree | a11bac91c3673420a20c40fb4b7b1cac1f593fe4 /compiler/rustc_span/src | |
| parent | 1bcbb7c93b96828092e83e52d592faa046183d6c (diff) | |
| download | rust-fd37da7148ce50ab51058dfd2cb82d9d6b0fba7f.tar.gz rust-fd37da7148ce50ab51058dfd2cb82d9d6b0fba7f.zip | |
Remove a comment.
It was merged by accident in a previous PR.
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/def_id.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/def_id.rs b/compiler/rustc_span/src/def_id.rs index 4b5bd75d5b1..b2d51ac6c0d 100644 --- a/compiler/rustc_span/src/def_id.rs +++ b/compiler/rustc_span/src/def_id.rs @@ -222,7 +222,6 @@ rustc_index::newtype_index! { } } -// njn: I don't understand these impl<E: Encoder> Encodable<E> for DefIndex { default fn encode(&self, _: &mut E) { panic!("cannot encode `DefIndex` with `{}`", std::any::type_name::<E>()); |
