]> git.lizzy.rs Git - rust.git/blob - src/test/ui/obsolete-in-place/bad.bad.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / obsolete-in-place / bad.bad.stderr
1 error: emplacement syntax is obsolete (for now, anyway)
2   --> $DIR/bad.rs:19:5
3    |
4 LL |     x <- y; //[bad]~ ERROR emplacement syntax is obsolete
5    |     ^^^^^^
6    |
7    = note: for more information, see <https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>
8
9 error: emplacement syntax is obsolete (for now, anyway)
10   --> $DIR/bad.rs:20:5
11    |
12 LL |     in(foo) { bar }; //[bad]~ ERROR emplacement syntax is obsolete
13    |     ^^^^^^^^^^^^^^^
14    |
15    = note: for more information, see <https://github.com/rust-lang/rust/issues/27779#issuecomment-378416911>
16
17 error: aborting due to 2 previous errors
18