]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.stderr
Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`.
[rust.git] / src / test / ui / rfc-2632-const-trait-impl / const-check-fns-in-const-impl.stderr
1 error[E0015]: calls in constant functions are limited to constant functions, tuple structs and tuple variants
2   --> $DIR/const-check-fns-in-const-impl.rs:11:16
3    |
4 LL |     fn foo() { non_const() }
5    |                ^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0015`.