1
Fork 0

Bless ui tests for libcore reformat

This commit is contained in:
David Tolnay 2019-11-26 22:49:55 -08:00
parent 95e00bfed8
commit 166471e7f1
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -7,8 +7,8 @@ LL | macro_rules! unknown { () => () }
error: cannot find a built-in macro with name `line`
--> <::core::macros::builtin::line macros>:1:1
|
LL | () => { }
| ^^^^^^^^^
LL | () => { } ;
| ^^^^^^^^^^^
error: aborting due to 2 previous errors