compiler/rustc_codegen_gcc/.cspell.json JSON 29 lines View on github.com → Search inside
1{2    "allowCompoundWords": true,3    "dictionaries": ["cpp", "rust-extra", "rustc_codegen_gcc"],4    "dictionaryDefinitions": [5        {6            "name": "rust-extra",7            "path": "tools/cspell_dicts/rust.txt",8            "addWords": true9        },10        {11            "name": "rustc_codegen_gcc",12            "path": "tools/cspell_dicts/rustc_codegen_gcc.txt",13            "addWords": true14        }15    ],16    "files": [17        "src/**/*.rs"18    ],19    "ignorePaths": [20        "src/intrinsic/archs.rs",21        "src/intrinsic/old_archs.rs",22        "src/intrinsic/llvm.rs"23    ],24    "ignoreRegExpList": [25        "/(FIXME|NOTE|TODO)\\([^)]+\\)/",26        "__builtin_\\w*"27    ]28}

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.