You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #14273 - gmorenz:rustflags_arc_to_rc, r=weihanglo
Use `Rc` instead of `Arc` for storing rustflags
# What does this PR try to resolve?
There's no reason that these reference counted pointers (which I introduced in #13900) need to be atomic, so let's use non-atomic pointers.
# Additional information
First noticed by `@weihanglo` [here](#14205 (comment)).
r? `@weihanglo`
0 commit comments