]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-22638.stderr
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
[rust.git] / src / test / ui / issues / issue-22638.stderr
1 error: reached the type-length limit while instantiating `D::matches::$CLOSURE`
2   --> $DIR/issue-22638.rs:53:5
3    |
4 LL |     pub fn matches<F: Fn()>(&self, f: &F) {
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: consider adding a `#![type_length_limit="30408681"]` attribute to your crate
8
9 error: aborting due to previous error
10