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

error: unsupported &mut [T] element type: opaque C++ type is not supported yet
 --> tests/ui/slice_unsupported.rs:6:17
  |
6 |         fn f(_: &mut [Opaque]);
  |                 ^^^^^^^^^^^^^

error: needs a cxx::ExternType impl in order to be used as a slice element in &mut [Opaque]
 --> tests/ui/slice_unsupported.rs:4:9
  |
4 |         type Opaque;
  |         ^^^^^^^^^^^