1
Fork 0

hide --explain hint if error has no extended info

This commit is contained in:
Andy Russell 2019-04-17 13:26:38 -04:00
parent e577e49b9f
commit b6f148c8bd
No known key found for this signature in database
GPG key ID: BE2221033EDBC374
833 changed files with 563 additions and 936 deletions

View file

@ -14,5 +14,5 @@ LL | = [0; (i8::MAX + 1u8) as usize];
error: aborting due to 2 previous errors
Some errors occurred: E0277, E0308.
Some errors have detailed explanations: E0277, E0308.
For more information about an error, try `rustc --explain E0277`.