Add '!' to macro name suggestion, use fileline_help instead of span_help
This commit is contained in:
parent
ac0220cf4c
commit
9ba657cad5
2 changed files with 2 additions and 2 deletions
|
|
@ -10,5 +10,5 @@
|
|||
|
||||
fn main() {
|
||||
printlx!("oh noes!"); //~ ERROR macro undefined
|
||||
//~^ HELP did you mean `println`?
|
||||
//~^ HELP did you mean `println!`?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue