Rename description of primitive from "builtin type" into "primitive type"
This commit is contained in:
parent
c78ebab258
commit
95926b2ce5
@ -70,7 +70,7 @@ impl Res {
|
||||
fn descr(self) -> &'static str {
|
||||
match self {
|
||||
Res::Def(kind, id) => ResolveRes::Def(kind, id).descr(),
|
||||
Res::Primitive(_) => "builtin type",
|
||||
Res::Primitive(_) => "primitive type",
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user