We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac138c commit db7d842Copy full SHA for db7d842
src/interpreter/vtable.rs
@@ -9,8 +9,8 @@ use memory::Pointer;
9
use super::terminator::{get_impl_method, ImplMethod};
10
11
impl<'a, 'tcx> EvalContext<'a, 'tcx> {
12
- /// Creates a returns a dynamic vtable for the given type and vtable origin.
13
- /// This is used only for objects.
+ /// Creates a dynamic vtable for the given type and vtable origin. This is used only for
+ /// objects.
14
///
15
/// The `trait_ref` encodes the erased self type. Hence if we are
16
/// making an object `Foo<Trait>` from a value of type `Foo<T>`, then
0 commit comments