]> git.lizzy.rs Git - rust.git/blob - src/librustc_error_codes/error_codes/E0110.md
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
[rust.git] / src / librustc_error_codes / error_codes / E0110.md
1 #### Note: this error code is no longer emitted by the compiler.
2
3 You tried to provide a lifetime to a type which doesn't need it.
4 See `E0109` for more details.