rust-lang/rust-analyzer

Cannot import and complete like `bool::fmt`

開放

#23,135 建立於 2026年8月13日

 (5 則留言) (0 個反應) (1 位負責人)Rust (1,726 個分叉)batch import
A-assistsA-completionC-bugE-easygood first issue

倉庫指標

星標
 (14,924 顆星)
PR 合併指標
 (平均合併 11天 5小時) (30 天內合併 96 個 PR)

描述

rust-analyzer version: rust-analyzer 0.4.3001-standalone

rustc version: rustc 1.97.0-nightly (36ba2c771 2026-04-23)

editor or extension: Vim

code snippet to reproduce:

fn main() {
    bool::fmt(todo!());
}

Cursor on fmt, try code action and completions

貢獻者指南