span_note => fileline_note

This commit is contained in:
vegai 2016-03-01 21:33:35 +02:00
parent 0a52494f7e
commit 59fafcf00c
1 changed files with 1 additions and 1 deletions

View File

@ -1989,7 +1989,7 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
// If it's a typedef, give a note
if let Def::TyAlias(..) = path_res.base_def {
err.span_note(trait_path.span,
err.fileline_note(trait_path.span,
"`type` aliases cannot be used for traits");
}
err.emit();