Uh oh!
There was an error while loading. Please reload this page.
Start moving to the rustc guide! - #48479
Conversation
nikomatsakis
left a comment
There was a problem hiding this comment.
r=me after that one nit
| @@ -1,204 +0,0 @@ | |||
| An informal guide to reading and working on the rustc compiler. | |||
There was a problem hiding this comment.
Can you replace this with a README -- or maybe doc-comment on the crate -- that says to see the rustc guide? I know it's in other places, but I want to make it as visible as possible.
Oh, one other thing. I think there may be references to those deleted READMEs in doc-comments and things. Could you maybe redirect those to the appropriate URL in the rustc guide? Examples: Line 14 in 063deba Line 32 in 063deba rust/src/librustc/traits/mod.rs Line 11 in 063deba |
nikomatsakis
commented
Feb 23, 2018
I found those by doing |
mark-i-m
commented
Feb 25, 2018
@nikomatsakis I think it should be fixed now... I also updated the list in rust-lang/rustc-dev-guide#2... I think a lot of those will be closed by your latest PR, but it can't hurt to list them... |
nikomatsakis
commented
Feb 27, 2018
@bors r+ rollup |
bors
commented
Feb 27, 2018
📌 Commit 7a82da1 has been approved by |
Start moving to the rustc guide! r? @nikomatsakis cc rust-lang#48478
Fix link to rustc guide in README.md This is a follow-up to rust-lang#48479 and fixes a minor bug with the link to the rustc guide in the README. r? @nikomatsakis cc @mark-i-m
r? @nikomatsakis
cc #48478