mirror of
https://git.proxmox.com/git/rustc
synced 2025-12-25 04:42:14 +00:00
10 lines
208 B
Rust
10 lines
208 B
Rust
#![feature(associated_type_bounds)]
|
|
#![feature(crate_visibility_modifier)]
|
|
#![feature(box_patterns)]
|
|
#![feature(with_negative_coherence)]
|
|
#![recursion_limit = "256"]
|
|
|
|
mod helpers;
|
|
pub mod pp;
|
|
pub mod pprust;
|