2020-02-28 07:58:37 +01:00
|
|
|
error[E0412]: cannot find type `b` in this scope
|
|
|
|
--> $DIR/issue-69401-trait-fn-no-body-ty-local.rs:4:53
|
|
|
|
|
|
|
|
|
LL | fn fn_with_type_named_same_as_local_in_param(b: b);
|
|
|
|
| ^ not found in this scope
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-02-28 07:58:37 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0412`.
|