Skip to content

Commit b964128

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 171959 b: refs/heads/beta c: cd4205a h: refs/heads/master i: 171957: 6f05bef 171955: ba8ac4b 171951: f28a432 v: v3
1 parent 35040b6 commit b964128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b5571ed71a5879c0495a982506258d5d267744ed
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 4ed2800701fa0634c2aa73e7b090e84be665166a
34+
refs/heads/beta: cd4205a970b07a9f4e8a2a6363ebe535df530386
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/beta/src/libsyntax/parse/obsolete.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ impl<'a> ParserObsoleteMethods for parser::Parser<'a> {
5858
let (kind_str, desc) = match kind {
5959
ObsoleteForSized => (
6060
"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",
6363
),
6464
ObsoleteProcType => (
6565
"the `proc` type",

0 commit comments

Comments
 (0)