resolve: Avoid sentence breaks in diagnostics

This commit is contained in:
Vadim Petrochenkov
2018-11-14 02:52:26 +03:00
parent f492e9421f
commit 4fc3c13e32
89 changed files with 187 additions and 187 deletions

View File

@@ -14,5 +14,5 @@
mod existent {}
#[existent::nonexistent] //~ ERROR failed to resolve. Could not find `nonexistent` in `existent`
#[existent::nonexistent] //~ ERROR failed to resolve: could not find `nonexistent` in `existent`
fn main() {}