2020-04-18 15:49:03 +00:00
|
|
|
error: expected error
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/resolved-located-at.rs:7:25
|
2020-04-18 15:49:03 +00:00
|
|
|
|
|
|
|
|
LL | resolve_located_at!(a b)
|
|
|
|
| ^
|
|
|
|
|
|
2021-02-13 19:52:25 +00: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 15:49:03 +00:00
|
|
|
|
|
|
|
error[E0308]: mismatched types
|
2020-01-31 22:02:31 +00:00
|
|
|
--> $DIR/resolved-located-at.rs:7:27
|
2020-04-18 15:49:03 +00:00
|
|
|
|
|
|
|
|
LL | fn main() {
|
2023-09-30 19:29:41 +00:00
|
|
|
| - expected `()` because of default return type
|
2020-04-18 15:49:03 +00:00
|
|
|
LL | resolve_located_at!(a b)
|
2023-01-03 02:00:33 +00:00
|
|
|
| ^ expected `()`, found `S`
|
2020-04-18 15:49:03 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00: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 15:49:03 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|