File tree 2 files changed +8
-0
lines changed
compiler/rustc_mir_build/src
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ //! This module used to be named `build`, but that was causing GitHub's
2
+ //! "Go to file" feature to silently ignore all files in the module, probably
3
+ //! because it assumes that "build" is a build-output directory.
4
+ //! See <https://github.com/rust-lang/rust/pull/134365>.
5
+
1
6
use itertools:: Itertools ;
2
7
use rustc_abi:: { ExternAbi , FieldIdx } ;
3
8
use rustc_apfloat:: Float ;
Original file line number Diff line number Diff line change 11
11
#![ warn( unreachable_pub) ]
12
12
// tidy-alphabetical-end
13
13
14
+ // The `builder` module used to be named `build`, but that was causing GitHub's
15
+ // "Go to file" feature to silently ignore all files in the module, probably
16
+ // because it assumes that "build" is a build-output directory. See #134365.
14
17
mod builder;
15
18
mod check_tail_calls;
16
19
mod check_unsafety;
You can’t perform that action at this time.
0 commit comments