1error: raw identifier `r#box` is not allowed in a quoted namespace; use `box`, or remove quotes 2 --> tests/ui/raw_ident_namespace.rs:7:24 3 | 47 | type Id = type_id!("org::r#box::implementation::QuotedRaw"); 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 6 7error: raw identifier `r#box` is not allowed in a quoted namespace; use `box`, or remove quotes 8 --> tests/ui/raw_ident_namespace.rs:38:23 9 | 1038 | #[namespace = "org::r#box::implementation"] 11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 12