]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #12904 - lnicola:completion-builtin-filter, r=lnicola
authorbors <bors@rust-lang.org>
Thu, 28 Jul 2022 18:52:00 +0000 (18:52 +0000)
committerbors <bors@rust-lang.org>
Thu, 28 Jul 2022 18:52:00 +0000 (18:52 +0000)
internal: Be more explicit when filtering built-in completions

We return every built-in type here, but only have `u32` in the tests, so let's look for that one to make tests more reliable across platforms.


Trivial merge