Skip to content

Commit aa152c4

Browse files
alexcrichtonbrson
authored andcommitted
---
yaml --- r: 163191 b: refs/heads/snap-stage3 c: e8bc621 h: refs/heads/master i: 163189: b4877d8 163187: 167db10 163183: 9750d39 v: v3
1 parent 7a5e493 commit aa152c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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: 9146a919b616e39e528e4d7100d16eef52f1f852
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: bc486dc233b23f79d5f144cbbbd67cde208c14b6
4+
refs/heads/snap-stage3: e8bc621f48257d9cde1d7c4ce80c4190220c169a
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librand/chacha.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl ChaChaRng {
117117
/// security proof for a more involved example of this.
118118
///
119119
/// The modified word layout is:
120-
/// ```ignore
120+
/// ```text
121121
/// constant constant constant constant
122122
/// key key key key
123123
/// key key key key

branches/snap-stage3/src/librustc/metadata/loader.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
//!
121121
//! The compiler accepts a flag of this form a number of times:
122122
//!
123-
//! ```ignore
123+
//! ```text
124124
//! --extern crate-name=path/to/the/crate.rlib
125125
//! ```
126126
//!
@@ -152,7 +152,7 @@
152152
//!
153153
//! and the compiler would be invoked as:
154154
//!
155-
//! ```ignore
155+
//! ```text
156156
//! rustc a.rs --extern b1=path/to/libb1.rlib --extern b2=path/to/libb2.rlib
157157
//! ```
158158
//!
@@ -178,7 +178,7 @@
178178
//! dependencies, not the upstream transitive dependencies. Consider this
179179
//! dependency graph:
180180
//!
181-
//! ```ignore
181+
//! ```text
182182
//! A.1 A.2
183183
//! | |
184184
//! | |

0 commit comments

Comments
 (0)