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

Commit f7588ba

Browse files
authored
Make compile error suggest the solution
1 parent 8ca5f7e commit f7588ba

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)