mirror of
				https://github.com/launchbadge/sqlx.git
				synced 2025-11-04 07:22:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			334 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			334 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
error: "\'1" is not a valid Rust identifier
 | 
						|
 --> $DIR/issue_30.rs:2:17
 | 
						|
  |
 | 
						|
2 |     let query = sqlx::query!("select 1 as \"'1\"");
 | 
						|
  |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | 
						|
  |
 | 
						|
  = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
 |