-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustc_resolve: Test the order that preludes are resolved #138840
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.