diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2017-12-10 23:35:53 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2017-12-14 22:51:42 -0800 |
| commit | c60aab29f1a84b799d4b2a27ed26eeda29438eda (patch) | |
| tree | 0e92783df5f21256b5059f20f9eed554364b3d90 /src/librustc_errors/lib.rs | |
| parent | 933103190950c97b966e789e9206bff2f7bd6118 (diff) | |
| download | rust-c60aab29f1a84b799d4b2a27ed26eeda29438eda.tar.gz rust-c60aab29f1a84b799d4b2a27ed26eeda29438eda.zip | |
When attempting to write str with single quote suggest double quotes
Diffstat (limited to 'src/librustc_errors/lib.rs')
| -rw-r--r-- | src/librustc_errors/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs index 605cfc5ed12..840346c447b 100644 --- a/src/librustc_errors/lib.rs +++ b/src/librustc_errors/lib.rs @@ -26,6 +26,7 @@ extern crate libc; extern crate rustc_data_structures; extern crate serialize as rustc_serialize; extern crate syntax_pos; +extern crate unicode_width; pub use emitter::ColorConfig; |
