summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/issue-106226.stderr
blob: 2beffbc125bd46b260a23e73845c44c8fc93f944 (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/issue-106226.rs:2:14
   |
LL | type F = [_; ()];
   |              ^^ expected `usize`, found `()`

error: aborting due to previous error

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