2022-08-18 19:27:29 +01:00
|
|
|
#![deny(rustc::untranslatable_diagnostic)]
|
|
|
|
#![deny(rustc::diagnostic_outside_of_impl)]
|
2022-05-01 20:58:24 +03:00
|
|
|
#![feature(associated_type_bounds)]
|
2021-01-29 08:31:08 +01:00
|
|
|
#![feature(box_patterns)]
|
2022-05-01 20:58:24 +03:00
|
|
|
#![feature(with_negative_coherence)]
|
2020-01-22 00:42:29 +01:00
|
|
|
#![recursion_limit = "256"]
|
2020-01-11 17:02:46 +01:00
|
|
|
|
|
|
|
mod helpers;
|
|
|
|
pub mod pp;
|
|
|
|
pub mod pprust;
|