MCPcopy 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
107struct AttrParser<'tcx> {

Callers 10

is_generic_fnFunction · 0.80
parse_comma_delimitedMethod · 0.80
parse_eq_delimitedMethod · 0.80
parse_i32Method · 0.80
rangesMethod · 0.80
inline_infoMethod · 0.80
locateMethod · 0.80
check_itemMethod · 0.80
check_exprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected