]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/nested-type.full.stderr
Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebank
[rust.git] / src / test / ui / const-generics / nested-type.full.stderr
1 error[E0015]: cannot call non-const fn `Foo::{constant#0}::Foo::<17>::value` in constants
2   --> $DIR/nested-type.rs:15:5
3    |
4 LL |     Foo::<17>::value()
5    |     ^^^^^^^^^^^^^^^^^^
6    |
7    = note: calls in constants 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`.