]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/std-impl-gate.stock.stderr
Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / std-impl-gate.stock.stderr
1 error[E0015]: cannot call non-const fn `<Vec<usize> as Default>::default` in constant functions
2   --> $DIR/std-impl-gate.rs:13:5
3    |
4 LL |     Default::default()
5    |     ^^^^^^^^^^^^^^^^^^
6    |
7    = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0015`.