|
| 1 | +error[E0080]: evaluation of `Fail::<T>::C` failed |
| 2 | + --> $DIR/collect-in-promoted-const.rs:9:19 |
| 3 | + | |
| 4 | +LL | const C: () = panic!(); |
| 5 | + | ^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/collect-in-promoted-const.rs:9:19 |
| 6 | + | |
| 7 | + = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 8 | + |
| 9 | +note: erroneous constant encountered |
| 10 | + --> $DIR/collect-in-promoted-const.rs:20:21 |
| 11 | + | |
| 12 | +LL | let _val = &Fail::<T>::C; |
| 13 | + | ^^^^^^^^^^^^ |
| 14 | + |
| 15 | +error[E0080]: evaluation of `Fail::<i32>::C` failed |
| 16 | + --> $DIR/collect-in-promoted-const.rs:9:19 |
| 17 | + | |
| 18 | +LL | const C: () = panic!(); |
| 19 | + | ^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/collect-in-promoted-const.rs:9:19 |
| 20 | + | |
| 21 | + = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info) |
| 22 | + |
| 23 | +note: erroneous constant encountered |
| 24 | + --> $DIR/collect-in-promoted-const.rs:20:21 |
| 25 | + | |
| 26 | +LL | let _val = &Fail::<T>::C; |
| 27 | + | ^^^^^^^^^^^^ |
| 28 | + | |
| 29 | + = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` |
| 30 | + |
| 31 | +note: erroneous constant encountered |
| 32 | + --> $DIR/collect-in-promoted-const.rs:20:20 |
| 33 | + | |
| 34 | +LL | let _val = &Fail::<T>::C; |
| 35 | + | ^^^^^^^^^^^^^ |
| 36 | + |
| 37 | +note: erroneous constant encountered |
| 38 | + --> $DIR/collect-in-promoted-const.rs:20:21 |
| 39 | + | |
| 40 | +LL | let _val = &Fail::<T>::C; |
| 41 | + | ^^^^^^^^^^^^ |
| 42 | + | |
| 43 | + = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no` |
| 44 | + |
| 45 | +note: the above error was encountered while instantiating `fn f::<i32>` |
| 46 | + --> $DIR/collect-in-promoted-const.rs:25:5 |
| 47 | + | |
| 48 | +LL | f::<i32>(); |
| 49 | + | ^^^^^^^^^^ |
| 50 | + |
| 51 | +error: aborting due to 2 previous errors |
| 52 | + |
| 53 | +For more information about this error, try `rustc --explain E0080`. |
0 commit comments