mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 06:00:22 +00:00
5 lines
352 B
Rust
5 lines
352 B
Rust
//@ is "$.index[*][?(@.name=='hello')].inner.function.sig.output.impl_trait[1].use[0]" \"\'a\"
|
|
//@ is "$.index[*][?(@.name=='hello')].inner.function.sig.output.impl_trait[1].use[1]" \"T\"
|
|
//@ is "$.index[*][?(@.name=='hello')].inner.function.sig.output.impl_trait[1].use[2]" \"N\"
|
|
pub fn hello<'a, T, const N: usize>() -> impl Sized + use<'a, T, N> {}
|