This commit is contained in:
flip1995 2019-03-16 15:39:02 +01:00
parent 180e07e99e
commit 4832a853c7
No known key found for this signature in database
GPG key ID: 693086869D506637
2 changed files with 4 additions and 3 deletions

View file

@ -104,6 +104,7 @@ pub struct AbsolutePathPrinter<'a, 'tcx> {
use rustc::ty::print::Printer;
#[allow(clippy::diverging_sub_expression)]
impl<'tcx> Printer<'tcx, 'tcx> for AbsolutePathPrinter<'_, 'tcx> {
type Error = !;