We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3db4c4c + 4fc90bf commit 7a49c7bCopy full SHA for 7a49c7b
2 files changed
Cargo.toml
@@ -10,7 +10,7 @@ exclude = ["screenshots/*"]
10
keywords = ["macros", "testing", "dev-dependencies"]
11
license = "MIT OR Apache-2.0"
12
repository = "https://github.com/dtolnay/trybuild"
13
-rust-version = "1.56"
+rust-version = "1.70"
14
15
[features]
16
# Experimental: highlight the diff between the expected and actual compiler
README.md
@@ -32,8 +32,6 @@ misuse of non-macro APIs.
32
trybuild = "1.0"
33
```
34
35
-*Compiler support: requires rustc 1.45+*
36
-
37
<br>
38
39
## Compile-fail tests
0 commit comments