mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 02:42:54 +00:00
fix: Stabilize sort order of related_tests
This commit is contained in:
parent
b332a053e0
commit
1afbc220bc
2 changed files with 35 additions and 27 deletions
|
|
@ -1084,6 +1084,9 @@ pub struct Struct;
|
|||
);
|
||||
}
|
||||
|
||||
// Rainbow highlighting uses a deterministic hash (fxhash) but the hashing does differ
|
||||
// depending on the pointer width so only runs this on 64-bit targets.
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
#[test]
|
||||
fn test_rainbow_highlighting() {
|
||||
check_highlighting(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue