rust/tests/ui/issues/issue-50600.rs

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

6 lines
83 B
Rust
Raw Normal View History

struct Foo (
fn([u8; |x: u8| {}]), //~ ERROR mismatched types
);
fn main() {}