Add '!' to macro name suggestion, use fileline_help instead of span_help

This commit is contained in:
Florian Hartwig 2015-11-26 11:59:41 +01:00
parent ac0220cf4c
commit 9ba657cad5
2 changed files with 2 additions and 2 deletions

View file

@ -10,5 +10,5 @@
fn main() {
printlx!("oh noes!"); //~ ERROR macro undefined
//~^ HELP did you mean `println`?
//~^ HELP did you mean `println!`?
}