nrc / rust-dxr

Rust indexing in DXR
8 stars 0 forks source link

Use trait selection to narrow down virtual method calls #28

Open nrc opened 9 years ago

nrc commented 9 years ago

See https://github.com/rust-lang/rust/pull/26783, which does something similar-ish for lints

eddyb commented 9 years ago

I would not use the word "virtual", since they are still static dispatch, but usually only monomorphization cares about the actual implementation.