diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-01-29 05:25:22 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-01-29 05:25:22 +0000 |
| commit | 667da1e3bd869ca323475c29d707b8b3855ff3d7 (patch) | |
| tree | 829257597b699289e20daa4015f9bad015ef0710 /src/tools/clippy/tests/ui/implicit_hasher.fixed | |
| parent | 548929f3d67b90330dc3f6ad20c97588d8ca8357 (diff) | |
| parent | 122fb29eb639aae852b9dcba0fd7aefc691be118 (diff) | |
| download | rust-667da1e3bd869ca323475c29d707b8b3855ff3d7.tar.gz rust-667da1e3bd869ca323475c29d707b8b3855ff3d7.zip | |
Merge from rustc
Diffstat (limited to 'src/tools/clippy/tests/ui/implicit_hasher.fixed')
| -rw-r--r-- | src/tools/clippy/tests/ui/implicit_hasher.fixed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/implicit_hasher.fixed b/src/tools/clippy/tests/ui/implicit_hasher.fixed index 2d6dc0274cf..971746ae95d 100644 --- a/src/tools/clippy/tests/ui/implicit_hasher.fixed +++ b/src/tools/clippy/tests/ui/implicit_hasher.fixed @@ -70,7 +70,7 @@ pub fn map<S: ::std::hash::BuildHasher>(map: &mut HashMap<i32, i32, S>) {} pub fn set<S: ::std::hash::BuildHasher>(set: &mut HashSet<i32, S>) {} #[inline_macros] -pub mod gen { +pub mod gen_ { use super::*; inline! { impl<K: Hash + Eq, V, S: ::std::hash::BuildHasher + Default> Foo<u8> for HashMap<K, V, S> { |
