Closed
Description
This error message was reported while compiling a project of mine locally:
error[E0495]:
cannot infer an appropriate lifetime for autoref due to conflicting requirements`
The compiler advised the following:
For more information about this error, try rustc --explain E0495
.
However, that results in the following:
$ rustc --explain E0495
error: no extended information for E0495
For reference:
$ rustc --version
rustc 1.28.0-nightly (990d8aa 2018-05-25)