Skip to content

Commit 090d1c6

Browse files
committed
fixed newline
1 parent 9788324 commit 090d1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/parser/expr-rarrow-call.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn tuple_field_access(t: &(u8, u8)) {
2727
struct Foo;
2828

2929
fn method_call(foo: &Foo) {
30-
foo.clone(); //~ ERROR `->` used for field access or method call
30+
foo.clone(); //~ ERROR `->` is not valid syntax for field accesses and method calls
3131
}
3232

3333
fn main() {}

0 commit comments

Comments
 (0)