We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925263c commit 3f38987Copy full SHA for 3f38987
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 58a4a3700db33a69a6a893b017033f000a1dfccc
+refs/heads/master: 65db4315abd7b65e2f22b5b07086de892368bf23
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/libsyntax/print/pprust.rs
@@ -496,6 +496,7 @@ fn print_item(s: ps, &&item: @ast::item) {
496
ast::item_foreign_mod(nmod) => {
497
head(s, visibility_qualified(item.vis, ~"extern"));
498
print_string(s, *s.intr.get(nmod.abi));
499
+ nbsp(s);
500
match nmod.sort {
501
ast::named => {
502
word_nbsp(s, ~"mod");
0 commit comments