]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-39616.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-39616.stderr
1 error: expected type, found `0`
2   --> $DIR/issue-39616.rs:1:12
3    |
4 LL | fn foo(a: [0; 1]) {}
5    |            ^ expected type
6
7 error: aborting due to previous error
8