diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-03-23 07:32:15 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-23 10:16:42 -0700 |
| commit | 3ebe12eb3ed09e49ce136d098485e1b4538fbf03 (patch) | |
| tree | 7150b2646cc7a19f85ce9e55e1f0eb76183416a5 /src/test/ui | |
| parent | 82bb41bdab6d6d5611573883bea5779ed43ca184 (diff) | |
| parent | 11f14060a4da7776c5f56e7dc53cc9545e4ab25f (diff) | |
| download | rust-3ebe12eb3ed09e49ce136d098485e1b4538fbf03.tar.gz rust-3ebe12eb3ed09e49ce136d098485e1b4538fbf03.zip | |
Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollup
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/inference-variable-behind-raw-pointer.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/inference-variable-behind-raw-pointer.stderr b/src/test/ui/inference-variable-behind-raw-pointer.stderr index eb40151615d..fe6dc0b0748 100644 --- a/src/test/ui/inference-variable-behind-raw-pointer.stderr +++ b/src/test/ui/inference-variable-behind-raw-pointer.stderr @@ -5,6 +5,6 @@ LL | if data.is_null() {} | ^^^^^^^ | = note: #[warn(tyvar_behind_raw_pointer)] on by default - = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 epoch! + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906> |
