We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a69e9 commit 9f327a2Copy full SHA for 9f327a2
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