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

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

4 lines
127 B
Rust
Raw Normal View History

2017-09-04 06:59:27 +00:00
fn is_copy<T: ::std::marker<i32>::Copy>() {}
2022-06-01 23:55:30 +00:00
//~^ ERROR type arguments are not allowed on module `marker` [E0109]
2017-09-04 06:59:27 +00:00
fn main() {}