mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ compile-flags:--test
 | |
| //@ edition:2018
 | |
| 
 | |
| // Prior to setting the default edition for the doctest pre-parser,
 | |
| // this doctest would fail due to a fatal parsing error.
 | |
| // see https://github.com/rust-lang/rust/issues/59313
 | |
| 
 | |
| //! ```
 | |
| //! fn foo() {
 | |
| //!     drop(async move {});
 | |
| //! }
 | |
| //! ```
 | 
