unplugged-vendor/external/rust/cxx/tests/ui/slice_unsupported.stderr

6 lines
189 B
Plaintext

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