Skip to content

Commit

Permalink
Update test suite to nightly-2023-11-30
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 30, 2023
1 parent e2b51cb commit 492046f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/common/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ spanless_eq_enum!(LitKind; Str(0 1) ByteStr(0 1) CStr(0 1) Byte(0) Char(0)
Int(0 1) Float(0 1) Bool(0) Err);
spanless_eq_enum!(PatKind; Wild Ident(0 1 2) Struct(0 1 2 3) TupleStruct(0 1 2)
Or(0) Path(0 1) Tuple(0) Box(0) Ref(0 1) Lit(0) Range(0 1 2) Slice(0) Rest
Paren(0) MacCall(0));
Never Paren(0) MacCall(0));
spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Ref(0 1) BareFn(0) Never
Tup(0) AnonStruct(0) AnonUnion(0) Path(0 1) TraitObject(0 1) ImplTrait(0 1)
Paren(0) Typeof(0) Infer ImplicitSelf MacCall(0) Err CVarArgs);
Expand Down
5 changes: 4 additions & 1 deletion tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ use std::path::{Path, PathBuf};
use tar::Archive;
use walkdir::{DirEntry, WalkDir};

const REVISION: &str = "a2f5f9691b6ce64c1703feaf9363710dfd7a56cf";
const REVISION: &str = "b10cfcd65fd7f7b1ab9beb34798b2108de003452";

#[rustfmt::skip]
static EXCLUDE_FILES: &[&str] = &[
// TODO: `gen { yield; }`
"compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs",

// TODO: CStr literals: c"…", cr"…"
// https://github.com/dtolnay/syn/issues/1502
"src/tools/clippy/tests/ui/needless_raw_string.rs",
Expand Down

0 comments on commit 492046f

Please sign in to comment.