We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335ebf commit d976ad1Copy full SHA for d976ad1
tests/ui/ptr_unsupported.stderr
@@ -1,5 +1,5 @@
1
error: C++ does not allow pointer to reference as a type
2
- --> tests/ui/ptr_unsupported.rs:6:38
+ --> tests/ui/ptr_unsupported.rs:6:42
3
|
4
6 | fn get_ptr_to_reference<'a>() -> *mut &'a C;
5
| ^^^^^^^^^^
0 commit comments