diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-03-03 15:59:40 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-03-14 00:53:24 +0100 |
| commit | 2e104a77cfb6b83f725512210c88dc970426a354 (patch) | |
| tree | a742fc6c158c6492cfd2b76d56a0671221be2740 /src/test/ui/derived-errors | |
| parent | 8c75e18e5d23ea88914a8e276037980e96866c76 (diff) | |
| download | rust-2e104a77cfb6b83f725512210c88dc970426a354.tar.gz rust-2e104a77cfb6b83f725512210c88dc970426a354.zip | |
update tests
Diffstat (limited to 'src/test/ui/derived-errors')
| -rw-r--r-- | src/test/ui/derived-errors/issue-31997-1.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/derived-errors/issue-31997-1.stderr b/src/test/ui/derived-errors/issue-31997-1.stderr index 92c025046a2..7cdcac3891f 100644 --- a/src/test/ui/derived-errors/issue-31997-1.stderr +++ b/src/test/ui/derived-errors/issue-31997-1.stderr @@ -6,4 +6,4 @@ LL | let mut map = HashMap::new(); error: aborting due to previous error -If you want more information on this error, try using "rustc --explain E0433" +For more information about this error, try `rustc --explain E0433`. |
