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 #141473 - matthiaskrgr:rollup-y3vhivo, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- #140790 (Enable xray support for Mac)
- #141405 (GetUserProfileDirectoryW is now documented to always store the size)
- #141413 (Make #[cfg(version)] respect RUSTC_OVERRIDE_VERSION_STRING)
- #141427 (Disable `triagebot`'s `glacier` handler)
- #141429 (Dont walk into unsafe binders when emiting error for non-structural type match)
- #141438 (Do not try to confirm non-dyn compatible method)
- #141444 (Improve CONTRIBUTING.md grammar and clarity)
- #141446 (Add 2nd Solaris target maintainer)
r? `@ghost`
`@rustbot` modify labels: rollup
There are many ways you can get help when you're stuck. Rust has many platforms for this:
35
35
[internals], [rust-zulip], and [rust-discord]. It is recommended to ask for help on
36
-
the [rust-zulip], but any of these platforms are a great way to seek help and even
36
+
the [rust-zulip], but any of these platforms are great ways to seek help and even
37
37
find a mentor! You can learn more about asking questions and getting help in the
38
38
[Asking Questions](https://rustc-dev-guide.rust-lang.org/getting-started.html#asking-questions) chapter of the [rustc-dev-guide].
Copy file name to clipboardExpand all lines: compiler/rustc_attr_parsing/src/attributes/cfg.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,9 +129,9 @@ pub fn eval_condition(
129
129
130
130
// See https://github.com/rust-lang/rust/issues/64796#issuecomment-640851454 for details
0 commit comments