xref
: /
third_party
/
rust
/
crates
/
proc-macro-error
/
src
/
sealed.rs
(revision ea88969f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/proc-macro-error/src/
1
pub
trait
Sealed
{}
2
3
impl
Sealed
for
crate
::
Diagnostic
{}
4