We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f071b08 commit 6e92b6eCopy full SHA for 6e92b6e
compiler/rustc_session/src/parse.rs
@@ -77,6 +77,7 @@ impl SymbolGallery {
77
}
78
79
80
+// todo: this function now accepts `Session` instead of `ParseSess` and should be relocated
81
/// Construct a diagnostic for a language feature error due to the given `span`.
82
/// The `feature`'s `Symbol` is the one you used in `unstable.rs` and `rustc_span::symbols`.
83
#[track_caller]
0 commit comments