Skip to content

Commit 8b1941a

Browse files
committed
s/aux/auxiliary, because windows
For legacy reasons (presumably), Windows does not permit files name aux.
1 parent cefc5b6 commit 8b1941a

File tree

365 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+6
-6
lines changed

src/test/compile-fail/issue-21146.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
// except according to those terms.
1010

1111
// error-pattern: expected item, found `parse_error`
12-
include!("aux/issue-21146-inc.rs");
12+
include!("auxiliary/issue-21146-inc.rs");
1313
fn main() {}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)