back-ticks
This commit is contained in:
parent
ca95e7f94e
commit
e3230330b7
2 changed files with 2 additions and 2 deletions
|
@ -3310,7 +3310,7 @@ pub impl Parser {
|
|||
}
|
||||
}
|
||||
if fields.len() == 0 {
|
||||
self.fatal(fmt!("Unit-like struct should be written as: struct %s;",
|
||||
self.fatal(fmt!("Unit-like struct should be written as `struct %s;`",
|
||||
*self.interner.get(class_name)));
|
||||
}
|
||||
self.bump();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue