jiff/tests/lib.rs
Andrew Gallant c966d65a8a tests: add proc macro tests!
Woohoo. We can finally use the proc macro. It was very satisfying seeing
these tests run and pass on the first try. :-)
2025-02-26 16:55:17 -05:00

5 lines
138 B
Rust

// See: https://github.com/rust-lang/rust/pull/121364
#![allow(unknown_lints, ambiguous_negative_literals)]
mod procmacro;
mod tc39_262;