mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			418 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			418 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| error: generic parameters may not be used in const operations
 | |
|   --> $DIR/outer-lifetime-in-const-generic-default.rs:4:17
 | |
|    |
 | |
| LL |         let x: &'a ();
 | |
|    |                 ^^ cannot perform const operation using `'a`
 | |
|    |
 | |
|    = note: lifetime parameters may not be used in const expressions
 | |
|    = help: use `#![feature(generic_const_exprs)]` to allow generic const expressions
 | |
| 
 | |
| error: aborting due to previous error
 | |
| 
 | 
