Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-for-Linux/klint
/ next
Method
next
src/attribute.rs:102–104 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
100
}
101
102
fn next(&mut self) -> &TokenTree {
103
self.cursor.next().unwrap_or(&self.eof)
104
}
105
}
106
107
struct AttrParser<'tcx> {
Callers
10
is_generic_fn
Function · 0.80
parse_comma_delimited
Method · 0.80
parse_eq_delimited
Method · 0.80
parse_i32
Method · 0.80
parse_expectation_range
Method · 0.80
ranges
Method · 0.80
inline_info
Method · 0.80
locate
Method · 0.80
check_item
Method · 0.80
check_expr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected