We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4f4cf commit e7b051eCopy full SHA for e7b051e
crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap
@@ -3,12 +3,12 @@ source: crates/analyzer/tests/errors.rs
3
expression: "error_string(&path, &src)"
4
5
---
6
-error: The current compiler version 0.9.0-alpha doesn't match the specified requirement
+error: The current compiler version 0.10.0-alpha doesn't match the specified requirement
7
┌─ compile_errors/invalid_compiler_version.fe:1:8
8
│
9
1 │ pragma <=0.1.0
10
│ ^^^^^^^ The specified version requirement
11
12
- = Note: Use `pragma 0.9.0-alpha` to make the code compile
+ = Note: Use `pragma 0.10.0-alpha` to make the code compile
13
14
0 commit comments