Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
14
tests/ui/integral-variable-unification-error.stderr
Normal file
14
tests/ui/integral-variable-unification-error.stderr
Normal file
|
@ -0,0 +1,14 @@
|
|||
error[E0308]: mismatched types
|
||||
--> $DIR/integral-variable-unification-error.rs:5:9
|
||||
|
|
||||
LL | let mut x
|
||||
| ----- expected due to the type of this binding
|
||||
LL | =
|
||||
LL | 2;
|
||||
| - expected due to this value
|
||||
LL | x = 5.0;
|
||||
| ^^^ expected integer, found floating-point number
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0308`.
|
Loading…
Add table
Add a link
Reference in a new issue