xref
: /
third_party
/
rust
/
crates
/
syn
/
src
/
sealed.rs
(revision fad3a1d3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/syn/src/
1
#[
cfg
(
feature
=
"parsing"
)]
2
pub
(
crate
)
mod
lookahead
{
3
pub
trait
Sealed
:
Copy
{}
4
}
5