diff options
| author | Matthias Prechtl <m.sleepypanda@gmail.com> | 2020-02-07 13:07:02 +0100 |
|---|---|---|
| committer | Matthias Prechtl <m.sleepypanda@gmail.com> | 2020-02-09 20:43:49 +0100 |
| commit | 7b555178aef4045685eb359204b565a4bb8d1a9f (patch) | |
| tree | 1e70243305ad8c731063a496d312b43e022a942e /src/test/ui/impl-trait | |
| parent | f35a7c38da65c9a006c0c7dbd73685b552b3cbf9 (diff) | |
| download | rust-7b555178aef4045685eb359204b565a4bb8d1a9f.tar.gz rust-7b555178aef4045685eb359204b565a4bb8d1a9f.zip | |
--bless --compare-mode=nll
Diffstat (limited to 'src/test/ui/impl-trait')
| -rw-r--r-- | src/test/ui/impl-trait/where-allowed.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/ui/impl-trait/where-allowed.stderr b/src/test/ui/impl-trait/where-allowed.stderr index e5d2feff51c..5d9ae6a0301 100644 --- a/src/test/ui/impl-trait/where-allowed.stderr +++ b/src/test/ui/impl-trait/where-allowed.stderr @@ -22,7 +22,7 @@ error[E0658]: `impl Trait` in type aliases is unstable LL | type Out = impl Debug; | ^^^^^^^^^^ | - = note: for more information, see https://github.com/rust-lang/rust/issues/63063 + = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable error[E0658]: `impl Trait` in type aliases is unstable @@ -31,7 +31,7 @@ error[E0658]: `impl Trait` in type aliases is unstable LL | type InTypeAlias<R> = impl Debug; | ^^^^^^^^^^ | - = note: for more information, see https://github.com/rust-lang/rust/issues/63063 + = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable error[E0658]: `impl Trait` in type aliases is unstable @@ -40,7 +40,7 @@ error[E0658]: `impl Trait` in type aliases is unstable LL | type InReturnInTypeAlias<R> = fn() -> impl Debug; | ^^^^^^^^^^ | - = note: for more information, see https://github.com/rust-lang/rust/issues/63063 + = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable error[E0562]: `impl Trait` not allowed outside of function and inherent method return types |
