mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Pretty print view items with :: rather than :.
This commit is contained in:
@@ -904,7 +904,7 @@ fn print_meta(ps s, &@ast::meta_item item) {
|
||||
auto first = true;
|
||||
for (str elt in ids) {
|
||||
if (first) {first = false;}
|
||||
else {wrd(s.s, ":");}
|
||||
else {wrd(s.s, "::");}
|
||||
wrd(s.s, elt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user