diff options
| author | bors <bors@rust-lang.org> | 2013-03-22 11:21:48 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-03-22 11:21:48 -0700 |
| commit | b6f9aa1fd75f0e9468b3bb9ee10a95d18c40b567 (patch) | |
| tree | dd0e7abf8dea8cd6980a28062e1ae4459af84bc6 /src/libsyntax/print/pprust.rs | |
| parent | f011f928dd69a5b770b348aea2c547431c34e11a (diff) | |
| parent | 94327d00c6a5329e510ae364850fa34cd758b83c (diff) | |
| download | rust-b6f9aa1fd75f0e9468b3bb9ee10a95d18c40b567.tar.gz rust-b6f9aa1fd75f0e9468b3bb9ee10a95d18c40b567.zip | |
auto merge of #5483 : pcwalton/rust/static-syntax, r=graydon
r? @nikomatsakis
Diffstat (limited to 'src/libsyntax/print/pprust.rs')
| -rw-r--r-- | src/libsyntax/print/pprust.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index 2bb053cc03a..27c4763e973 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -1755,7 +1755,7 @@ pub fn print_bounds(s: @ps, bounds: @OptVec<ast::TyParamBound>) { match *bound { TraitTyParamBound(ty) => print_type(s, ty), - RegionTyParamBound => word(s.s, ~"&static"), + RegionTyParamBound => word(s.s, ~"'static"), } } } |
