02117dd1bc
The span on a inner doc-comment would point to the next token, e.g. the span for the `a` line points to the `b` line, and the span of `b` points to the `fn`. ```rust //! a //! b fn bar() {} ``` |
||
---|---|---|
.. | ||
basic.rs | ||
context.rs | ||
coroutine.rs | ||
lib.rs | ||
macros.rs | ||
message_queue.rs | ||
sched.rs | ||
simple.rs | ||
sleeper_list.rs | ||
stack.rs | ||
task.rs |