From 0a01d0b7323a690f3b084ea5ce3c5ec4d5e0b3a3 Mon Sep 17 00:00:00 2001 From: Ariel Ben-Yehuda Date: Thu, 21 Jan 2016 22:07:15 +0200 Subject: [PATCH] add fixme --- src/librustc_trans/trans/meth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_trans/trans/meth.rs b/src/librustc_trans/trans/meth.rs index 45ac3f5c512a..4695595d16f3 100644 --- a/src/librustc_trans/trans/meth.rs +++ b/src/librustc_trans/trans/meth.rs @@ -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)); }