rollup merge of #23598: brson/gate

Conflicts:
	src/compiletest/compiletest.rs
	src/libcollections/lib.rs
	src/librustc_back/lib.rs
	src/libserialize/lib.rs
	src/libstd/lib.rs
	src/libtest/lib.rs
	src/test/run-make/rustdoc-default-impl/foo.rs
	src/test/run-pass/env-home-dir.rs
This commit is contained in:
Alex Crichton
2015-03-23 15:13:15 -07:00
1839 changed files with 4533 additions and 304 deletions

View File

@@ -47,6 +47,7 @@
//! which is cyclic.
//!
//! ```rust
//! # #![feature(rustc_private, core)]
//! use std::borrow::IntoCow;
//! use std::io::Write;
//! use graphviz as dot;
@@ -148,6 +149,7 @@
//! entity `&sube`).
//!
//! ```rust
//! # #![feature(rustc_private, core)]
//! use std::borrow::IntoCow;
//! use std::io::Write;
//! use graphviz as dot;
@@ -205,6 +207,7 @@
//! Hasse-diagram for the subsets of the set `{x, y}`.
//!
//! ```rust
//! # #![feature(rustc_private, core)]
//! use std::borrow::IntoCow;
//! use std::io::Write;
//! use graphviz as dot;