]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-with-lifetime-incomplete.stderr
Auto merge of #98369 - jyn514:configure.py, r=Mark-Simulacrum
[rust.git] / src / test / ui / pub / pub-ident-with-lifetime-incomplete.stderr
1 error: missing `fn` or `struct` for function or struct definition
2   --> $DIR/pub-ident-with-lifetime-incomplete.rs:4:4
3    |
4 LL | pub   foo<'a>
5    |    ^^^
6
7 error: aborting due to previous error
8