]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/staged-api-user-crate.stderr
Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-se
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / staged-api-user-crate.stderr
1 error[E0015]: cannot call non-const fn `<staged_api::Unstable as staged_api::MyTrait>::func` in constant functions
2   --> $DIR/staged-api-user-crate.rs:12:5
3    |
4 LL |     Unstable::func();
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`.