Skip to content

Commit c85f492

Browse files
committed
fixing build
1 parent 4c2fa90 commit c85f492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/ptr_unsupported.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: C++ does not allow pointer to reference as a type
2-
--> tests/ui/ptr_unsupported.rs:6:38
2+
--> tests/ui/ptr_unsupported.rs:6:42
33
|
44
6 | fn get_ptr_to_reference<'a>() -> *mut &'a C;
55
| ^^^^^^^^^^

0 commit comments

Comments
 (0)