Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
impl-trait
/
precise-capturing
/
forgot-to-capture-const.rs
blob: 2bf2e5fef18f53380d946e1a9a217526d34a579c [
file
] [
log
] [
blame
]
fn
constant
<
const
C
:
usize
>()
->
impl
Sized
+
use
<>
{}
//~^ ERROR `impl Trait` must mention all const parameters in scope
fn
main
()
{}