]> git.proxmox.com Git - rustc.git/blame - tests/ui/const-generics/issues/issue-56445-2.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / const-generics / issues / issue-56445-2.stderr
CommitLineData
cdc7bbd5
XL
1error: generic `Self` types are currently not permitted in anonymous constants
2 --> $DIR/issue-56445-2.rs:7:38
3 |
4LL | fn lfn_contents(&self) -> [char; Self::LFN_FRAGMENT_LEN] { loop { } }
5 | ^^^^
6 |
7note: not a concrete type
8 --> $DIR/issue-56445-2.rs:4:10
9 |
10LL | impl<'a> OnDiskDirEntry<'a> {
11 | ^^^^^^^^^^^^^^^^^^
12
4b012472 13error: aborting due to 1 previous error
cdc7bbd5 14