Skip to content

Commit eb8e7d4

Browse files
committed
Missing closing-quote in comment
1 parent 78443c5 commit eb8e7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/symbol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ pub const STDLIB_STABLE_CRATES: &[Symbol] = &[sym::std, sym::core, sym::alloc, s
23842384
#[derive(Copy, Clone, Eq, HashStable_Generic, Encodable, Decodable)]
23852385
pub struct Ident {
23862386
// `name` should never be the empty symbol. If you are considering that,
2387-
// you are probably conflating "empty identifer with "no identifier" and
2387+
// you are probably conflating "empty identifer" with "no identifier" and
23882388
// you should use `Option<Ident>` instead.
23892389
pub name: Symbol,
23902390
pub span: Span,

0 commit comments

Comments
 (0)