rust/tests/crashes/132126.rs

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

3 lines
65 B
Rust
Raw Normal View History

2024-11-02 22:44:12 +00:00
//@ known-bug: #132126
trait UnsafeCopy where Self: use<Self> {}