Skip to content

Commit 5d9f84a

Browse files
committed
make note of module changes
1 parent 2fcf178 commit 5d9f84a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/editions/transitioning-an-existing-project-to-a-new-edition.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ to the console. If you see one of these warnings, you'll have to update your cod
5353
manually. See the corresponding section of this guide for help, and if you have
5454
problems, please seek help at the [user's forums](https://users.rust-lang.org/).
5555

56+
> In the current release candidate, one notable thing that `rustfix` cannot
57+
> automatically fix is [path clarity](../rust-2018/module-system/path-clarity.html).
58+
> You may have no warnings after `cargo fix`, and will get errors in the next
59+
> step, `cargo build`. We're working on it!
60+
5661
Keep running `cargo fix --edition` until you have no more warnings.
5762

5863
Congrats! Your code is now valid in both Rust 2015 and Rust 2018!

0 commit comments

Comments
 (0)