mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	Every acceptor gets an `ALLOWED_TARGETS` specification which can specify per target whether it is allowed, warned, or errored.
		
			
				
	
	
		
			22 lines
		
	
	
		
			662 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			662 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_attr_parsing"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2024"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
# tidy-alphabetical-start
 | 
						|
itertools = "0.12"
 | 
						|
rustc_abi = { path = "../rustc_abi" }
 | 
						|
rustc_ast = { path = "../rustc_ast" }
 | 
						|
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
 | 
						|
rustc_errors = { path = "../rustc_errors" }
 | 
						|
rustc_feature = { path = "../rustc_feature" }
 | 
						|
rustc_fluent_macro = { path = "../rustc_fluent_macro" }
 | 
						|
rustc_hir = { path = "../rustc_hir" }
 | 
						|
rustc_lexer = { path = "../rustc_lexer" }
 | 
						|
rustc_macros = { path = "../rustc_macros" }
 | 
						|
rustc_session = { path = "../rustc_session" }
 | 
						|
rustc_span = { path = "../rustc_span" }
 | 
						|
thin-vec = "0.2.12"
 | 
						|
# tidy-alphabetical-end
 |