You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that cargo check sends some invalid event data, because cargo_metadata docs claim that span.line_count is 1-based:
/// 1-based. The line in the file.pub line_start: usize,/// 1-based. The line in the file.pub line_end: usize,
Maybe this is their bug, however, I am not entirely sure, because I didn't work with ra_cargo_watch crate at all. @kiljacken, can you take a look, please ?