mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-19 20:26:15 +00:00
5 lines
80 B
Rust
5 lines
80 B
Rust
#[cfg(feature = "parsing")]
|
|
pub mod lookahead {
|
|
pub trait Sealed: Copy {}
|
|
}
|