diff options
| author | bors <bors@rust-lang.org> | 2018-03-14 01:40:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-03-14 01:40:42 +0000 |
| commit | fab632f9759af4f3d96c6ec69e24e5428060dba4 (patch) | |
| tree | a742fc6c158c6492cfd2b76d56a0671221be2740 /src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr | |
| parent | c29085761b0bf5b9add4bd008268651feae495bd (diff) | |
| parent | 2e104a77cfb6b83f725512210c88dc970426a354 (diff) | |
| download | rust-fab632f9759af4f3d96c6ec69e24e5428060dba4.tar.gz rust-fab632f9759af4f3d96c6ec69e24e5428060dba4.zip | |
Auto merge of #48684 - GuillaumeGomez:put-back-ui-json-check, r=petrochenkov
Put back ui json check r? @petrochenkov
Diffstat (limited to 'src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr')
| -rw-r--r-- | src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr b/src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr index cbe48abbb99..f62848ffa8c 100644 --- a/src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr +++ b/src/test/ui/lifetime-errors/ex2e-push-inference-variable-3.stderr @@ -8,4 +8,4 @@ LL | let a: &mut Vec<Ref<i32>> = x; //~ ERROR lifetime mismatch error: aborting due to previous error -If you want more information on this error, try using "rustc --explain E0623" +For more information about this error, try `rustc --explain E0623`. |
