xref: /third_party/rust/crates/proc-macro-error/tests/ui/misuse.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/proc-macro-error/tests/ui/
1ea88969fSopenharmony_ciextern crate proc_macro_error;
2ea88969fSopenharmony_ciuse proc_macro_error::abort;
3ea88969fSopenharmony_ci
4ea88969fSopenharmony_cistruct Foo;
5ea88969fSopenharmony_ci
6ea88969fSopenharmony_ci#[allow(unused)]
7ea88969fSopenharmony_cifn foo() {
8ea88969fSopenharmony_ci    abort!(Foo, "BOOM");
9ea88969fSopenharmony_ci}
10ea88969fSopenharmony_ci
11ea88969fSopenharmony_cifn main() {}
12

Indexes created Thu Nov 07 10:32:03 CST 2024