rustc_
parse
1.88.0-nightly
(d5b4c2e4f 2025-04-02)
In rustc_
parse::
lexer::
diagnostics
Structs
TokenTreeDiagInfo
Functions
report_missing_open_delim
report_suspicious_mismatch_block
same_indentation_level
rustc_parse
::
lexer
::
diagnostics
Function
same_indentation_level
Copy item path
Settings
Help
Summary
Source
pub(super) fn same_indentation_level( sm: &
SourceMap
, open_sp:
Span
, close_sp:
Span
, ) ->
bool