librustc: Separate most trait bounds with '+'. rs=plussing
This commit is contained in:
@@ -319,7 +319,7 @@ pub impl ext_ctxt_ast_builder for ext_ctxt {
|
||||
+items: ~[@ast::item]) -> @ast::item {
|
||||
|
||||
// XXX: Total hack: import `core::kinds::Owned` to work around a
|
||||
// parser bug whereby `fn f<T: ::kinds::Owned>` doesn't parse.
|
||||
// parser bug whereby `fn f<T:::kinds::Owned>` doesn't parse.
|
||||
let vi = ast::view_item_use(~[
|
||||
@codemap::spanned {
|
||||
node: ast::view_path_simple(
|
||||
|
||||
Reference in New Issue
Block a user