You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tests]
|
|
skip = [
|
|
"\"src/stable/boxed.rs\"",
|
|
"\"src/stable/vec/mod.rs\"",
|
|
]
|
|
comments = [
|
|
"skip doctests which don't compile on stable Rust with RUSTC_BOOTSTRAP=1",
|
|
]
|
|
|