Files
rust/compiler/rustc_ast_pretty/src/lib.rs
T
bjorn3 973c7527b4 Unify the configuration of the compiler docs
Previously it was rather inconsistent which crates got the rust logo and
which didn't and setting html_root_url was forgotten in many cases.
2025-11-05 11:25:27 +00:00

9 lines
148 B
Rust

// tidy-alphabetical-start
#![feature(box_patterns)]
#![feature(negative_impls)]
// tidy-alphabetical-end
mod helpers;
pub mod pp;
pub mod pprust;