Co-Authored-By: Brendan Zabarauskas <bjzaba@yahoo.com.au>
This commit is contained in:
Boomber
2020-03-26 07:09:00 +07:00
committed by GitHub
parent e34c56b9b2
commit 855a429e8f
@@ -93,8 +93,8 @@ impl Error {
}
}
/// Representing a single error point in `Error` enum
/// In a more complex program it could also contain `FileId` to handle error that occurs inside multiple files
/// An item in the source code to be used in the `Error` enum.
/// In a more complex program it could also contain a `files::FileId` to handle errors that occur inside multiple files.
struct Item {
range: Range<usize>,
content: String,