]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/nested-type.full.stderr
Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov
[rust.git] / tests / 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`.