2020-04-18 18:49:03 +03:00
|
|
|
error: expected error
|
2020-02-01 01:02:31 +03:00
|
|
|
--> $DIR/resolved-located-at.rs:7:25
|
2020-04-18 18:49:03 +03:00
|
|
|
|
|
|
|
|
LL | resolve_located_at!(a b)
|
|
|
|
| ^
|
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `resolve_located_at` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-04-18 18:49:03 +03:00
|
|
|
|
|
|
|
error[E0308]: mismatched types
|
2020-02-01 01:02:31 +03:00
|
|
|
--> $DIR/resolved-located-at.rs:7:27
|
2020-04-18 18:49:03 +03:00
|
|
|
|
|
|
|
|
LL | fn main() {
|
|
|
|
| - expected `()` because of default return type
|
|
|
|
LL | resolve_located_at!(a b)
|
2023-01-02 18:00:33 -08:00
|
|
|
| ^ expected `()`, found `S`
|
2020-04-18 18:49:03 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `resolve_located_at` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-04-18 18:49:03 +03:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|