File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
compiler/rustc_mir_build/src Expand file tree Collapse file tree 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+
16use itertools:: Itertools ;
27use rustc_abi:: { ExternAbi , FieldIdx } ;
38use rustc_apfloat:: Float ;
Original file line number Diff line number Diff line change 1111#![ warn( unreachable_pub) ]
1212// tidy-alphabetical-end
1313
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.
1417mod builder;
1518mod check_tail_calls;
1619mod check_unsafety;
You can’t perform that action at this time.
0 commit comments