We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549b677 commit 6b5296bCopy full SHA for 6b5296b
compiler/rustc_smir/src/stable_mir/mod.rs
@@ -160,7 +160,7 @@ pub trait Context {
160
/// Prints the name of given `DefId`
161
fn name_of_def_id(&self, def_id: DefId) -> String;
162
163
- /// 'Span' of an item
+ /// `Span` of an item
164
fn span_of_an_item(&mut self, def_id: DefId) -> Span;
165
166
/// Obtain the representation of a type.
0 commit comments