mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
re-added FIXME
This commit is contained in:
parent
794105c18b
commit
d1fc208c9c
1 changed files with 1 additions and 0 deletions
|
@ -1095,6 +1095,7 @@ impl HirDisplay for TypeRef {
|
|||
write!(f, "]")?;
|
||||
}
|
||||
TypeRef::Fn(parameters, is_varargs) => {
|
||||
// FIXME: Function pointer qualifiers.
|
||||
write!(f, "fn(")?;
|
||||
for index in 0..parameters.len() - 1 {
|
||||
let (param_name, param_type) = ¶meters[index];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue