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

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

5 lines
99 B
Rust
Raw Normal View History

2014-12-07 15:22:06 +00:00
fn main() {
panic!(std::default::Default::default());
//~^ ERROR type annotations needed
2014-12-07 15:22:06 +00:00
}