summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-consts/infer-placeholder-in-non-suggestable-pos.stderr
blob: 993a08faba9902e6328fb1da8778d334161e7a2c (plain)
1
2
3
4
5
6
7
8
9
error[E0121]: the placeholder `_` is not allowed within types on item signatures for associated constants
  --> $DIR/infer-placeholder-in-non-suggestable-pos.rs:6:26
   |
LL |     const ASSOC: &dyn Fn(_) = 1i32;
   |                          ^ not allowed in type signatures

error: aborting due to previous error

For more information about this error, try `rustc --explain E0121`.