Skip to content

Commit 4dbed65

Browse files
committed
---
yaml --- r: 20714 b: refs/heads/snap-stage3 c: 2df03bf h: refs/heads/master v: v3
1 parent f77c492 commit 4dbed65

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: dfbe6976c2b05af7ef7182c14232713467595a11
4+
refs/heads/snap-stage3: 2df03bfdca16c23aaa7c3e10a876924edcd18469
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcore/core.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,16 @@ export ptr;
4949
#[cfg(notest)]
5050
import ops::{const, copy, send, owned};
5151
#[cfg(notest)]
52-
import ops::{add, sub, mul, div, modulo, neg, bitand, bitor, bitxor, shl};
52+
import ops::{add, sub, mul, div, modulo, neg, bitand, bitor, bitxor};
5353
#[cfg(notest)]
54-
import ops::{shr, index};
54+
import ops::{shl, shr, index};
5555

5656
#[cfg(notest)]
5757
export const, copy, send, owned;
5858
#[cfg(notest)]
59-
export add, sub, mul, div, modulo, neg, bitops, index;
59+
export add, sub, mul, div, modulo, neg, bitand, bitor, bitxor;
60+
#[cfg(notest)]
61+
export shl, shr, index;
6062

6163
// Export the log levels as global constants. Higher levels mean
6264
// more-verbosity. Error is the bottom level, default logging level is

0 commit comments

Comments
 (0)