-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Move SharedContext
to context.rs
#82963
Conversation
r? @ollie27 (rust-highfive has picked a reviewer for you, use r? to override) |
r? @GuillaumeGomez (not sure if Ollie is doing reviews) |
Probably worth using |
This comment has been minimized.
This comment has been minimized.
c0e27d9
to
4cf7524
Compare
This comment has been minimized.
This comment has been minimized.
4cf7524
to
e022936
Compare
Thanks! @bors; r+ rollup |
Oh so ";" is stopping bors from doing anything. Interesting. @bors; r+ rollup |
Oh come on... @bors: r+ rollup |
📌 Commit e022936 has been approved by |
…aumeGomez Move `SharedContext` to `context.rs` It is tightly connected to `Context` and is primarily used as a field in `Context`. Thus, it should be next to `Context`.
@bors r- |
You can also leave off the |
I know, but I like the ":". :) |
This comment has been minimized.
This comment has been minimized.
e022936
to
3f6b864
Compare
This comment has been minimized.
This comment has been minimized.
It is tightly connected to `Context` and is primarily used as a field in `Context`. Thus, it should be next to `Context`.
3f6b864
to
525646a
Compare
Let's start again then! @bors: r+ rollup |
📌 Commit 525646a has been approved by |
…aumeGomez Move `SharedContext` to `context.rs` It is tightly connected to `Context` and is primarily used as a field in `Context`. Thus, it should be next to `Context`.
Rollup of 7 pull requests Successful merges: - rust-lang#82963 (Move `SharedContext` to `context.rs`) - rust-lang#83829 (rustc_target: Rely on defaults more in target specs) - rust-lang#83895 (Add listing of lints (eg via `-W help`) to rustdoc) - rust-lang#83902 (Update LLVM to support more wasm simd ops) - rust-lang#83903 (Fix typo in TokenStream documentation) - rust-lang#83910 (Update cargo) - rust-lang#83920 (Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
It is tightly connected to
Context
and is primarily used as a field inContext
. Thus, it should be next toContext
.