s/generator/coroutine/
This commit is contained in:
parent
60956837cf
commit
e96ce20b34
468 changed files with 2201 additions and 2197 deletions
|
@ -179,7 +179,7 @@ fn entry_point_type(item: &ast::Item, at_root: bool) -> EntryPointType {
|
|||
}
|
||||
|
||||
/// A folder used to remove any entry points (like fn main) because the harness
|
||||
/// generator will provide its own
|
||||
/// coroutine will provide its own
|
||||
struct EntryPointCleaner<'a> {
|
||||
// Current depth in the ast
|
||||
sess: &'a Session,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue