Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 79d3cd9

Browse files
committed
Auto merge of #172 - kornelski:patch-1, r=JohnTitor
Make compile error suggest the solution A hint for #171
2 parents 8ca5f7e + f7588ba commit 79d3cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#![allow(clippy::unnested_or_patterns)]
88
#![deny(warnings)]
99

10-
extern crate rustc_hir;
10+
extern crate rustc_hir; // Requires `rustup component add rustc-dev`
1111
extern crate rustc_infer;
1212
extern crate rustc_middle;
1313
extern crate rustc_mir;

0 commit comments

Comments
 (0)