File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
branches/stable/src/libsyntax Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ refs/heads/tmp: e5d90d98402475b6e154ce216f9efcb80da1a747
29
29
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
30
30
refs/tags/homu-tmp: 1fe32ca12c51afcd761d9962f51a74ff0d07a591
31
31
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32
- refs/heads/stable: df93deab10850d52252829770895b0249b0d7f1e
32
+ refs/heads/stable: 82ded3cd03e001e82b9dce9aedac621a5292231b
33
33
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
34
34
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
Original file line number Diff line number Diff line change @@ -923,6 +923,7 @@ mod tests {
923
923
variadic: false
924
924
} ) ,
925
925
ast:: Unsafety :: Normal ,
926
+ ast:: Constness :: NotConst ,
926
927
abi:: Rust ,
927
928
ast:: Generics { // no idea on either of these:
928
929
lifetimes: Vec :: new( ) ,
Original file line number Diff line number Diff line change @@ -2997,7 +2997,7 @@ impl<'a> State<'a> {
2997
2997
2998
2998
match constness {
2999
2999
ast:: Constness :: NotConst => { }
3000
- ast:: Constness :: Const => try!( self . word_nbsp ( "unsafe " ) )
3000
+ ast:: Constness :: Const => try!( self . word_nbsp ( "const " ) )
3001
3001
}
3002
3002
3003
3003
if abi != abi:: Rust {
You can’t perform that action at this time.
0 commit comments