Home
last modified time | relevance | path

Searched refs:abort_call_site (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/proc-macro-error/tests/
H A Druntime-errors.rs12 abort_call_site!("You won't see me"); in missing_attr_abort()
/third_party/rust/crates/clap/clap_derive/src/
H A Dmacros.rs16 macro_rules! abort_call_site { macros
/third_party/rust/crates/proc-macro-error/test-crate/
H A Dlib.rs7 abort, abort_call_site, diagnostic, emit_call_site_warning, emit_error, emit_warning,
42 abort_call_site!("abort_call_site! test") in abort_call_site_test()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dsubcommand.rs41 _ => abort_call_site!("`#[derive(Subcommand)]` only supports enums"), in derive_subcommand()
502 Unnamed(..) => abort_call_site!("{}: tuple enums are not supported", variant.ident), in gen_from_arg_matches()
624 abort_call_site!("{}: tuple enums are not supported", variant.ident) in gen_update_from_arg_matches()
H A Dvalue_enum.rs33 _ => abort_call_site!("`#[derive(ValueEnum)]` only supports enums"), in derive_value_enum()
H A Dparser.rs79 _ => abort_call_site!("`#[derive(Parser)]` only supports non-tuple structs and enums"), in derive_parser()
H A Dargs.rs62 _ => abort_call_site!("`#[derive(Args)]` only supports non-tuple structs"), in derive_args()
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs117 //! [`abort_call_site!`].
142 //! - [`abort_call_site!`]:
197 //! `abort_call_site!`, `emit_call_site_warning`, `emit_call_site_error` lack 1 form
254 //! [`abort_call_site!`]: macro.abort_call_site.html
376 /// otherwise abort macro execution via `abort_call_site!`.
418 None => abort_call_site!(message), in expect_or_abort()
H A Dmacros.rs127 macro_rules! abort_call_site { macros

Completed in 6 milliseconds