We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0a57c commit fc24defCopy full SHA for fc24def
tests/ui/suggestions/expr-rarrow-call-on-a-raw-pointer.rs
@@ -18,4 +18,4 @@ fn unnamed_struct_field_access(unnamed: *mut Unnamed) {
18
unnamed->0 += 1; //~ ERROR `->` used for field access or method call
19
}
20
21
-fn main() {}
+fn main() {}
0 commit comments