Home
last modified time | relevance | path

Searched refs:emit_call_site_error (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/proc-macro-error/tests/
Druntime-errors.rs6 emit_call_site_error!("You won't see me"); in missing_attr_emit()
/third_party/rust/crates/proc-macro-error/tests/ui/
Demit.stderr25 error: emit_call_site_error!(expr) test
/third_party/rust/crates/proc-macro-error/
DCHANGELOG.md20 * Fixed `emit_call_site_error`.
133 * Support for multiple errors via `emit_error` and `emit_call_site_error`
/third_party/rust/crates/proc-macro-error/test-crate/
Dlib.rs73 emit_call_site_error!("emit_call_site_error!(expr) test"); in emit()
/third_party/rust/crates/proc-macro-error/src/
Dmacros.rs159 macro_rules! emit_call_site_error { macro