mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 00:28:05 +00:00
9 lines
220 B
Rust
9 lines
220 B
Rust
//@ revisions: cfail1 cfail2
|
|
//@ should-ice
|
|
//@ error-pattern: delayed bug triggered by #[rustc_error(delayed_bug_from_inside_query)]
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_error(delayed_bug_from_inside_query)]
|
|
fn main() {}
|