We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4c5cd commit b506cceCopy full SHA for b506cce
compiler/rustc_parse/src/lib.rs
@@ -39,7 +39,7 @@ rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
39
// uses a HOF to parse anything, and <source> includes file and
40
// `source_str`.
41
42
-/// A variant of 'panictry!' that works on a `Vec<Diagnostic>` instead of a single
+/// A variant of 'panictry!' that works on a `Vec<DiagnosticBuilder>` instead of a single
43
/// `DiagnosticBuilder`.
44
macro_rules! panictry_buffer {
45
($e:expr) => {{
0 commit comments