diff options
| author | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2016-01-21 22:07:15 +0200 |
|---|---|---|
| committer | Ariel Ben-Yehuda <arielb1@mail.tau.ac.il> | 2016-01-21 22:07:15 +0200 |
| commit | 0a01d0b7323a690f3b084ea5ce3c5ec4d5e0b3a3 (patch) | |
| tree | 14bcea4bfae22227418bf7db8f1d855964c9cd11 | |
| parent | 29c296f90bca9e042b0e8c6aabaa76d0586ca13a (diff) | |
| download | rust-0a01d0b7323a690f3b084ea5ce3c5ec4d5e0b3a3.tar.gz rust-0a01d0b7323a690f3b084ea5ce3c5ec4d5e0b3a3.zip | |
add fixme
| -rw-r--r-- | src/librustc_trans/trans/meth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_trans/trans/meth.rs b/src/librustc_trans/trans/meth.rs index 45ac3f5c512..4695595d16f 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)); } |
