Skip to content

Commit 894ecde

Browse files
committed
---
yaml --- r: 273167 b: refs/heads/beta c: c4f78ad h: refs/heads/master i: 273165: 404fd35 273163: 8776fc6 273159: 3a01614 273151: 2e9fba5
1 parent e33c8c5 commit 894ecde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ refs/tags/0.9: 36870b185fc5f5486636d4515f0e22677493f225
2323
refs/tags/0.10: ac33f2b15782272ae348dbd7b14b8257b2148b5a
2424
refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
26-
refs/heads/beta: e5753b4605009260c0055a3bbb1efe4c06728650
26+
refs/heads/beta: c4f78ad7bfbb4cc4393901ccc9eb8a68e1137022
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
2828
refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/beta/src/test/parse-fail/issue-20711-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ impl Foo {
1616
fn foo() {}
1717

1818
#[stable(feature = "rust1", since = "1.0.0")]
19-
} //~ ERROR expected one of `const`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
19+
} //~ ERROR expected one of `const`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`
2020

2121
fn main() {}

branches/beta/src/test/parse-fail/issue-20711.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ struct Foo;
1414

1515
impl Foo {
1616
#[stable(feature = "rust1", since = "1.0.0")]
17-
} //~ ERROR expected one of `const`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `}`
17+
} //~ ERROR expected one of `const`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`
1818

1919
fn main() {}

branches/beta/src/test/parse-fail/removed-syntax-static-fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ struct S;
1515
impl S {
1616
static fn f() {}
1717
}
18-
//~^^ ERROR expected one of `const`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`, found `static`
18+
//~^^ ERROR expected one of `const`, `default`, `extern`, `fn`, `pub`, `type`, `unsafe`, or `}`

0 commit comments

Comments
 (0)