]> git.proxmox.com Git - rustc.git/blame - src/test/ui/closures/binder/disallow-const.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / closures / binder / disallow-const.stderr
CommitLineData
f2b60f7d
FG
1error: only lifetime parameters can be used in this context
2 --> $DIR/disallow-const.rs:4:15
3 |
4LL | for<const N: i32> || -> () {};
5 | ^
6
7error: aborting due to previous error
8