diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-12-08 09:08:19 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-12-21 19:20:41 +0100 |
| commit | 3b1fab8c1f0ef78d90fd27d8ec0e6950c050d259 (patch) | |
| tree | 778696aaa2f06d9dd5c6c21c2f1d7f51aa93b95a /src/test | |
| parent | 6f1f6a6c33560ec9864ae367c8e2732cddbb2626 (diff) | |
| download | rust-3b1fab8c1f0ef78d90fd27d8ec0e6950c050d259.tar.gz rust-3b1fab8c1f0ef78d90fd27d8ec0e6950c050d259.zip | |
parse_ty_common: .fatal -> .struct_span_err
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/type/ascription/issue-47666.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/type/ascription/issue-47666.stderr b/src/test/ui/type/ascription/issue-47666.stderr index 2f052341fae..648635f0c32 100644 --- a/src/test/ui/type/ascription/issue-47666.stderr +++ b/src/test/ui/type/ascription/issue-47666.stderr @@ -11,7 +11,7 @@ LL | let _ = Option:Some(vec![0, 1]); | = note: `#![feature(type_ascription)]` lets you annotate an expression with a type: `<expr>: <type>` = note: for more information, see https://github.com/rust-lang/rust/issues/23416 - = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) + = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) error: aborting due to previous error |
