mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
add fixme
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user