about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/issue-65394.stock.stderr
blob: f33593862a763cb00ade1116233e531b52fdcb11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0493]: destructor of `Vec<i32>` cannot be evaluated at compile-time
  --> $DIR/issue-65394.rs:12:9
   |
LL |     let mut x = Vec::<i32>::new();
   |         ^^^^^ the destructor for this type cannot be evaluated in constants
...
LL | };
   | - value is dropped here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0493`.