]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_codes/src/error_codes/E0110.md
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
[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.