Encode ident rawness and literal kind separately in tt::Leaf

This commit is contained in:
Lukas Wirth 2024-07-07 17:47:38 +02:00
parent 5784915618
commit e846c04fbe
33 changed files with 860 additions and 412 deletions

View file

@ -1,6 +1,5 @@
//! Exports a few trivial procedural macros for testing.
#![feature(proc_macro_span, proc_macro_def_site)]
#![allow(clippy::all)]