]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type/type-dependent-def-issue-49241.stderr
Auto merge of #80790 - JohnTitor:rollup-js1noez, r=JohnTitor
[rust.git] / src / test / ui / type / type-dependent-def-issue-49241.stderr
1 error[E0435]: attempt to use a non-constant value in a constant
2   --> $DIR/type-dependent-def-issue-49241.rs:3:22
3    |
4 LL |     const l: usize = v.count();
5    |           -          ^ non-constant value
6    |           |
7    |           help: consider using `let` instead of `const`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0435`.