1
Fork 0

rustc: Fix make install

Move a few docblocks from 'ignore' to something that's not rust (e.g. 'text').

Closes #19678
This commit is contained in:
Alex Crichton 2014-12-10 08:50:50 -08:00 committed by Brian Anderson
parent bc486dc233
commit e8bc621f48
2 changed files with 4 additions and 4 deletions

View file

@ -117,7 +117,7 @@ impl ChaChaRng {
/// security proof for a more involved example of this. /// security proof for a more involved example of this.
/// ///
/// The modified word layout is: /// The modified word layout is:
/// ```ignore /// ```text
/// constant constant constant constant /// constant constant constant constant
/// key key key key /// key key key key
/// key key key key /// key key key key

View file

@ -120,7 +120,7 @@
//! //!
//! The compiler accepts a flag of this form a number of times: //! The compiler accepts a flag of this form a number of times:
//! //!
//! ```ignore //! ```text
//! --extern crate-name=path/to/the/crate.rlib //! --extern crate-name=path/to/the/crate.rlib
//! ``` //! ```
//! //!
@ -152,7 +152,7 @@
//! //!
//! and the compiler would be invoked as: //! and the compiler would be invoked as:
//! //!
//! ```ignore //! ```text
//! rustc a.rs --extern b1=path/to/libb1.rlib --extern b2=path/to/libb2.rlib //! rustc a.rs --extern b1=path/to/libb1.rlib --extern b2=path/to/libb2.rlib
//! ``` //! ```
//! //!
@ -178,7 +178,7 @@
//! dependencies, not the upstream transitive dependencies. Consider this //! dependencies, not the upstream transitive dependencies. Consider this
//! dependency graph: //! dependency graph:
//! //!
//! ```ignore //! ```text
//! A.1 A.2 //! A.1 A.2
//! | | //! | |
//! | | //! | |