chromium/third_party/rust/chromium_crates_io/vendor/cxx-1.0.126/tests/ui/raw_ident_namespace.stderr

error: raw identifier `r#box` is not allowed in a quoted namespace; use `box`, or remove quotes
 --> tests/ui/raw_ident_namespace.rs:7:24
  |
7 |     type Id = type_id!("org::r#box::implementation::QuotedRaw");
  |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: raw identifier `r#box` is not allowed in a quoted namespace; use `box`, or remove quotes
  --> tests/ui/raw_ident_namespace.rs:38:23
   |
38 |         #[namespace = "org::r#box::implementation"]
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^