Drop the '2' suffix from logging macros
Who doesn't like a massive renaming?
This commit is contained in:
parent
15a6bdebab
commit
daf5f5a4d1
726 changed files with 3060 additions and 3060 deletions
|
|
@ -47,7 +47,7 @@ impl Eq for Ident {
|
|||
// if it should be non-hygienic (most things are), just compare the
|
||||
// 'name' fields of the idents. Or, even better, replace the idents
|
||||
// with Name's.
|
||||
fail2!("not allowed to compare these idents: {:?}, {:?}.
|
||||
fail!("not allowed to compare these idents: {:?}, {:?}.
|
||||
Probably related to issue \\#6993", self, other);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue