diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-07-11 10:02:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-11 10:02:04 +0200 |
| commit | 985c5a708edcfcc9ed11cfe5b575cf0e794e1747 (patch) | |
| tree | ab0ad2fae815f8a505d88077ff83caf91f858652 /src | |
| parent | c3d8236f8d3dd3f37962208cb2f415c95fde221c (diff) | |
| parent | 299ee4798cdb0f8a68879b9db097d743533f88f0 (diff) | |
| download | rust-985c5a708edcfcc9ed11cfe5b575cf0e794e1747.tar.gz rust-985c5a708edcfcc9ed11cfe5b575cf0e794e1747.zip | |
Rollup merge of #52241 - felixrabe:patch-1, r=oli-obk
Fix typo in E0433 docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_resolve/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_resolve/diagnostics.rs b/src/librustc_resolve/diagnostics.rs index 537333380fa..6593e239bc3 100644 --- a/src/librustc_resolve/diagnostics.rs +++ b/src/librustc_resolve/diagnostics.rs @@ -1256,7 +1256,7 @@ let map = HashMap::new(); ``` Please verify you didn't misspell the type/module's name or that you didn't -forgot to import it: +forget to import it: ``` |
