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
/// 2. You are latency sensitive and cannot afford calling the def map to precisely compute the origin
212
220
/// (e.g. on enter feature, folding, etc.).
221
+
// FIXME: Remove this and all the weird crate ignoring plumbing around this
222
+
// This can cause a variety of weird bugs https://rust-lang.zulipchat.com/#narrow/channel/185405-t-compiler.2Frust-analyzer/topic/Broken.20token.20mapping/with/577739887
213
223
pubfnfrom_span_guess_origin(
214
224
db:&dynRootQueryDb,
215
225
editioned_file_id: span::EditionedFileId,
@@ -281,6 +291,8 @@ impl EditionedFileId {
281
291
/// 1. The file is not in the module tree.
282
292
/// 2. You are latency sensitive and cannot afford calling the def map to precisely compute the origin
283
293
/// (e.g. on enter feature, folding, etc.).
294
+
// FIXME: Remove this and all the weird crate ignoring plumbing around this
295
+
// This can cause a variety of weird bugs https://rust-lang.zulipchat.com/#narrow/channel/185405-t-compiler.2Frust-analyzer/topic/Broken.20token.20mapping/with/577739887
0 commit comments