mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
re-added FIXME
This commit is contained in:
@@ -1095,6 +1095,7 @@ fn hir_fmt(&self, f: &mut HirFormatter) -> Result<(), HirDisplayError> {
|
||||
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];
|
||||
|
||||
Reference in New Issue
Block a user