This commit is contained in:
Richard Feldman 2021-09-02 22:08:09 -04:00
parent 5d77aca738
commit 69bafb4e17

View file

@ -19,7 +19,7 @@ pub fn type_problem<'b>(
) -> Report<'b> { ) -> Report<'b> {
use solve::TypeError::*; use solve::TypeError::*;
fn report<'b>(title: String, doc: RocDocBuilder<'_>, filename: PathBuf) -> Report<'_> { fn report(title: String, doc: RocDocBuilder<'_>, filename: PathBuf) -> Report<'_> {
Report { Report {
title, title,
filename, filename,