10 lines
249 B
TOML
10 lines
249 B
TOML
[relabel]
|
|
allow-unauthenticated = [
|
|
"C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
|
|
"requires-nightly",
|
|
# I-* without I-nominated
|
|
"I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow",
|
|
]
|
|
|
|
[assign]
|