ruwuma/crates/ruma-common/tests/it/identifiers/ui/03-invalid-new-id-macros.rs
Jonas Platte 7051892077 Move integration tests one directory level deeper
… and rename from tests to it (integration tests).
This allows enabling the mod_module_files lint everywhere again.
2024-09-11 07:13:32 +00:00

4 lines
64 B
Rust

fn main() {
let _ = ruma_common::session_id!("invalid~");
}