blob: bf094af5f7bb0910beec66e0b3d114457345943c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![feature(associated_type_bounds)]
#![feature(box_patterns)]
#![feature(with_negative_coherence)]
#![recursion_limit = "256"]
mod helpers;
pub mod pp;
pub mod pprust;
|