add fixme

This commit is contained in:
Ariel Ben-Yehuda
2016-01-21 22:07:15 +02:00
parent 29c296f90b
commit 0a01d0b732
+1 -1
View File
@@ -189,7 +189,7 @@ pub fn trans_static_method_callee<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
idx)
}
_ => {
// FIXME
// FIXME(#20847): handle at least VtableFnPointer
tcx.sess.bug(&format!("static call to invalid vtable: {:?}",
vtbl));
}