rustc_resolve: Test the order that preludes are resolved#138840
rustc_resolve: Test the order that preludes are resolved#138840bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
|
I had trouble with the but i couldn't think of a better test. maybe @petrochenkov has ideas. |
0522b05 to
4942d3d
Compare
|
4942d3d to
14238b6
Compare
This comment has been minimized.
This comment has been minimized.
14238b6 to
bdb144e
Compare
|
ok i have fixed the tests and updated the truth table. the main problem was that i had confused the type namespace and macro namespace, several times, and also had put things in multiple namespaces in a way that confused myself about what was actually being tested. |
bdb144e to
49c3256
Compare
This comment has been minimized.
This comment has been minimized.
49c3256 to
41fdd28
Compare
|
@bors r+ rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#138426 (Fix `armv7-sony-vita-newlibeabihf` LLVM target triple) - rust-lang#138840 (rustc_resolve: Test the order that preludes are resolved) - rust-lang#139039 (Reduce kw::Empty usage, part 4) - rust-lang#139151 (tidy: properly check for orphaned unstable_book pages) - rust-lang#139176 (Remove fragile equal-pointers-unequal/*/print3.rs tests.) - rust-lang#139179 (Remove me from vacation) - rust-lang#139181 (Fix invalid link in docs) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#138840 - jyn514:precedence-order, r=wesleywiser rustc_resolve: Test the order that preludes are resolved This test is exhaustive. See attached truth table:  Companion PR to rust-lang/reference#1765.

This test is exhaustive. See attached truth table:

Companion PR to rust-lang/reference#1765.