racer-rust / emacs-racer

Racer support for Emacs
399 stars 48 forks source link

Type-at-point not working on racer 2.1.3 #105

Closed typesanitizer closed 6 years ago

typesanitizer commented 6 years ago

For example, if you have the following code

use std::io::BufWriter as B;
fn foo() {
    let b = B::new();
}

when you move the cursor over new, the type of new doesn't show up in the bottom (is it called a minibuffer?). However, the same type-at-point does work on racer 2.0.6. I'm not sure what has changed in between, will try to narrow it down.

Tested with emacs 25.2.2 and racer-20180709.625

kngwyu commented 6 years ago

image image

It looks a bug around as syntax :worried:

I close this issue in favor of upstream issue. Thanks for reporting! :slightly_smiling_face: