diff options
| author | snf <snf@users.noreply.github.com> | 2018-03-14 03:48:04 -0700 |
|---|---|---|
| committer | snf <snf@users.noreply.github.com> | 2018-03-14 03:48:42 -0700 |
| commit | 06057d9143bc42f82c35b20c5c26fbfce58abc95 (patch) | |
| tree | 16173ab3144c2af9b94df36495f8511dc448eacc | |
| parent | b08b5ae0ec22e67d1cab7495865a0b34d4e6c5a2 (diff) | |
| download | rust-06057d9143bc42f82c35b20c5c26fbfce58abc95.tar.gz rust-06057d9143bc42f82c35b20c5c26fbfce58abc95.zip | |
try_reserve: updating message for feature-gate-try_reserve.stderr
| -rw-r--r-- | src/test/ui/feature-gate-try_reserve.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/feature-gate-try_reserve.stderr b/src/test/ui/feature-gate-try_reserve.stderr index b1fef61dd24..928d266b37a 100644 --- a/src/test/ui/feature-gate-try_reserve.stderr +++ b/src/test/ui/feature-gate-try_reserve.stderr @@ -8,4 +8,4 @@ LL | v.try_reserve(10); //~ ERROR: use of unstable library feature 'try_rese error: aborting due to previous error -If you want more information on this error, try using "rustc --explain E0658" +For more information about this error, try `rustc --explain E0658`. |
