rust-lang/rust-analyzer

Cannot import and complete like `bool::fmt`

オープン

#23,135 opened on 2026/08/13

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (1,726 件のフォーク)batch import
A-assistsA-completionC-bugE-easygood first issue

Repository metrics

Stars
 (14,924 個のスター)
PR merge metrics
 (平均マージ 11d 5h) (30d で 96 merged PRs)

説明

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

コントリビューターガイド