mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
re-added FIXME
This commit is contained in:
parent
794105c18b
commit
d1fc208c9c
@ -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…
Reference in New Issue
Block a user