]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-fn-mismatch.stderr
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / ui / consts / const-fn-mismatch.stderr
1 error[E0379]: functions in traits cannot be declared const
2   --> $DIR/const-fn-mismatch.rs:11:5
3    |
4 LL |     const fn f() -> u32 {
5    |     ^^^^^ functions in traits cannot be const
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0379`.