Skip to content

Commit 006b485

Browse files
committed
Enforce trybuild >= 1.0.108
Older versions produce slightly differently normalized output when run against 1.90.0+ Rust compiler.
1 parent f6bfb14 commit 006b485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ path = "compiletest.rs"
1212
[dev-dependencies]
1313
proc-macro2 = { path = "../.." }
1414
rustversion = "1.0"
15-
trybuild = { version = "1.0.49", features = ["diff"] }
15+
trybuild = { version = "1.0.108", features = ["diff"] }

0 commit comments

Comments
 (0)