Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Commit

Permalink
path-clarity: Document how to test the uniform paths variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Aug 14, 2018
1 parent 94e251a commit 840a4b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rust-2018/path-clarity.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ sections call out the differences between the two. We encourage testing of the
new "uniform paths" variant introduced in edition preview 2. The release of
Rust 2018 will stabilize one of these two variants and drop the other.

To test Rust 2018 with the new "uniform paths" variant, put
`#![feature(rust_2018_preview,uniform_paths)]` at the top of your `lib.rs` or
`main.rs`.

Here's a brief summary:

* `extern crate` is no longer needed
Expand Down

0 comments on commit 840a4b3

Please sign in to comment.