diff options
| author | bors <bors@rust-lang.org> | 2024-02-22 18:39:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-22 18:39:34 +0000 |
| commit | d9ae43c7879c83f08ea2e886b55ea0f6839c9ead (patch) | |
| tree | d85f886e8ee638afe64796c6e96d09e23afa423f /src | |
| parent | f62f490fd410c06031a57915b4e5580ccbd7a30f (diff) | |
| parent | 4537e6d12046c0e15bfd46a3f9972575c30db3c6 (diff) | |
| download | rust-d9ae43c7879c83f08ea2e886b55ea0f6839c9ead.tar.gz rust-d9ae43c7879c83f08ea2e886b55ea0f6839c9ead.zip | |
Auto merge of #121469 - matthiaskrgr:rollup-oaoxuo2, r=matthiaskrgr
Rollup of 8 pull requests Successful merges: - #120598 (No need to `validate_alias_bound_self_from_param_env` in `assemble_alias_bound_candidates`) - #121386 (test that we do not support higher-ranked regions in opaque type inference) - #121393 (match lowering: Introduce a `TestCase` enum to replace most matching on `PatKind`) - #121401 (Fix typo in serialized.rs) - #121427 (Fix panic when compiling `Rocket`.) - #121439 (Fix typo in metadata.rs doc comment) - #121441 (`DefId` to `LocalDefId`) - #121452 (Add new maintainers to nto-qnx.md) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support/nto-qnx.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support/nto-qnx.md b/src/doc/rustc/src/platform-support/nto-qnx.md index 2a741fa3d02..56070c2ec34 100644 --- a/src/doc/rustc/src/platform-support/nto-qnx.md +++ b/src/doc/rustc/src/platform-support/nto-qnx.md @@ -13,6 +13,8 @@ and [Blackberry QNX][BlackBerry]. - Florian Bartels, `Florian.Bartels@elektrobit.com`, https://github.com/flba-eb - Tristan Roach, `TRoach@blackberry.com`, https://github.com/gh-tr +- Jonathan Pallant `Jonathan.Pallant@ferrous-systems.com`, https://github.com/jonathanpallant +- Jorge Aparicio `Jorge.Aparicio@ferrous-systems.com`, https://github.com/japaric ## Requirements |
