We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a416ab2 commit 316e6aaCopy full SHA for 316e6aa
crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap
@@ -3,12 +3,12 @@ source: crates/analyzer/tests/errors.rs
3
expression: "error_string(&path, test_files::fixture(path))"
4
5
---
6
-error: The current compiler version 0.14.0-alpha doesn't match the specified requirement
+error: The current compiler version 0.15.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.14.0-alpha` to make the code compile
+ = Note: Use `pragma 0.15.0-alpha` to make the code compile
13
14
0 commit comments