]> git.proxmox.com Git - rustc.git/blob - tests/ui/typeck/issue-114918/const-in-fn-return-type.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / typeck / issue-114918 / const-in-fn-return-type.stderr
1 error[E0308]: mismatched types
2 --> $DIR/const-in-fn-return-type.rs:6:21
3 |
4 LL | fn func() -> [u8; { () } ] {
5 | ^^ expected `usize`, found `()`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.