]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-24363.stderr
Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup
[rust.git] / src / test / ui / issues / issue-24363.stderr
1 error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
2   --> $DIR/issue-24363.rs:2:7
3    |
4 LL |     1.create_a_type_error[
5    |       ^^^^^^^^^^^^^^^^^^^
6
7 error[E0369]: cannot add `()` to `()`
8   --> $DIR/issue-24363.rs:3:11
9    |
10 LL |         ()+()
11    |         --^-- ()
12    |         |
13    |         ()
14
15 error: aborting due to 2 previous errors
16
17 Some errors have detailed explanations: E0369, E0610.
18 For more information about an error, try `rustc --explain E0369`.