File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# NOTE: Keep in sync with nightly date on README
22[toolchain]
3- channel = "nightly-2021-06-14 "
3+ channel = "nightly-2021-07-03 "
44components = ["llvm-tools-preview", "rustc-dev"]
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ fn main() {
3939
4040 queries. global_ctxt ( ) . unwrap ( ) . peek_mut ( ) . enter ( |tcx| {
4141 let krate = tcx
42- . crates ( )
42+ . crates ( ( ) )
4343 . iter ( )
4444 . flat_map ( |crate_num| {
4545 let def_id = crate_num. as_def_id ( ) ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ fn main() {
5757 // See issue #64 for details.
5858
5959 let mut crates: Vec < _ > = tcx
60- . crates ( )
60+ . crates ( ( ) )
6161 . iter ( )
6262 . flat_map ( |crate_num| {
6363 let def_id = crate_num. as_def_id ( ) ;
You can’t perform that action at this time.
0 commit comments