]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-106226.stderr
Auto merge of #107644 - Zoxc:query-cache-tweak, r=cjgillot
[rust.git] / tests / rustdoc-ui / issue-106226.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-106226.rs:2:14
3    |
4 LL | type F = [_; ()];
5    |              ^^ expected `usize`, found `()`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.