rust/tests/ui/generics/auxiliary/foreign-generic-mismatch.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
69 B
Rust
Raw Normal View History

2023-04-17 16:56:42 -05:00
pub fn const_arg<const N: usize, T>() {}
pub fn lt_arg<'a: 'a>() {}