]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_codes/src/error_codes/E0110.md
Rollup merge of #92310 - ehuss:rustdoc-ice, r=estebank
[rust.git] / compiler / rustc_error_codes / src / 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.