Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ into_loc
Method
into_loc
parser/src/parsing/source.rs:113–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
111
112
impl IntoLineColumn for proc_macro2::LineColumn {
113
fn into_loc(self) -> LineColumn {
114
LineColumn {
115
line: self.line as u32,
116
column: Some(self.column as u32),
117
}
118
}
119
}
Callers
4
parse_body_end
Function · 0.80
parse_body_loc_start
Function · 0.80
parse_body_loc_end
Function · 0.80
parse_body
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected