Skip to content

Commit d9c4062

Browse files
committed
Update UI tests (new suggestions available with ahash 0.8)
1 parent ac9fa6a commit d9c4062

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gdnative-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type-tag-fallback = []
1919
[dependencies]
2020
gdnative-sys = { path = "../gdnative-sys", version = "=0.10.0" }
2121
gdnative-impl-proc-macros = { path = "../impl/proc-macros", version = "=0.10.0" }
22-
ahash = "0.8.0"
22+
ahash = "0.8"
2323
approx = "0.5"
2424
atomic-take = "1"
2525
bitflags = "1"

gdnative/tests/ui/derive_fail_methods_missing_new.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ error[E0599]: no function or associated item named `new` found for struct `Foo`
2020
candidate #9: `glam::core::traits::vector::Vector3`
2121
candidate #10: `glam::core::traits::vector::Vector4`
2222
candidate #11: `parking_lot_core::thread_parker::ThreadParkerT`
23+
candidate #12: `ahash::HashMapExt`
24+
candidate #13: `ahash::HashSetExt`
2325
= note: this error originates in the derive macro `NativeClass` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)