mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 20:34:44 +00:00
cargo fmt
This commit is contained in:
parent
98a2586f6f
commit
4e7be1400b
9 changed files with 300 additions and 203 deletions
|
@ -455,7 +455,6 @@ impl TyCheckError {
|
|||
Self::new(ErrorCore::unreachable(fn_name, line), "".into())
|
||||
}
|
||||
|
||||
|
||||
pub fn reassign_error(loc: Location, caused_by: Str, name: &str) -> Self {
|
||||
let name = readable_name(name);
|
||||
Self::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue