Fix an incorrect comment.
This commit is contained in:
parent
cd4c5cd8b8
commit
b506cce579
@ -39,7 +39,7 @@ rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
|
|||||||
// uses a HOF to parse anything, and <source> includes file and
|
// uses a HOF to parse anything, and <source> includes file and
|
||||||
// `source_str`.
|
// `source_str`.
|
||||||
|
|
||||||
/// 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
|
||||||
/// `DiagnosticBuilder`.
|
/// `DiagnosticBuilder`.
|
||||||
macro_rules! panictry_buffer {
|
macro_rules! panictry_buffer {
|
||||||
($e:expr) => {{
|
($e:expr) => {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user