We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2fa90 commit c85f492Copy full SHA for c85f492
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