Skip to content

Commit b02cbd8

Browse files
committed
---
yaml --- r: 88853 b: refs/heads/snap-stage3 c: 39dbcd7 h: refs/heads/master i: 88851: 66534ff v: v3
1 parent a2be382 commit b02cbd8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: deeca5d586bfaa4aa60246f671a8d611d38f6248
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: aad9fbf6b65137f278d74cc84e0028a8f8aeed03
4+
refs/heads/snap-stage3: 39dbcd7b012da733f378b0fadf1e7d2519dc0d0c
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/front/std_inject.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ impl fold::ast_fold for StandardLibraryInjector {
7070
}];
7171

7272
if use_uv(&crate) && !*self.sess.building_library {
73+
vis.push(ast::view_item {
74+
node: ast::view_item_extern_mod(self.sess.ident_of("green"),
75+
None,
76+
~[vers_item],
77+
ast::DUMMY_NODE_ID),
78+
attrs: ~[],
79+
vis: ast::private,
80+
span: dummy_sp()
81+
});
7382
vis.push(ast::view_item {
7483
node: ast::view_item_extern_mod(self.sess.ident_of("rustuv"),
7584
None,

0 commit comments

Comments
 (0)