File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/beta/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
31
31
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32
32
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
33
33
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
- refs/heads/beta: 4ed2800701fa0634c2aa73e7b090e84be665166a
34
+ refs/heads/beta: cd4205a970b07a9f4e8a2a6363ebe535df530386
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ impl<'a> ParserObsoleteMethods for parser::Parser<'a> {
58
58
let ( kind_str, desc) = match kind {
59
59
ObsoleteForSized => (
60
60
"for Sized?" ,
61
- "no longer required, traits apply to sized and unsized types by default, use \
62
- `: Sized` to opt-out of unsized types ",
61
+ "no longer required. Traits (and their `Self` type) do not have the `Sized` bound \
62
+ by default ",
63
63
) ,
64
64
ObsoleteProcType => (
65
65
"the `proc` type" ,
You can’t perform that action at this time.
0 commit comments