]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast_pretty/src/lib.rs
Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514
[rust.git] / compiler / rustc_ast_pretty / src / lib.rs
1 #![feature(associated_type_bounds)]
2 #![feature(box_patterns)]
3 #![feature(with_negative_coherence)]
4 #![recursion_limit = "256"]
5
6 mod helpers;
7 pub mod pp;
8 pub mod pprust;