diff --git a/test-harness/src/snapshots/toolchain__traits into-fstar.snap b/test-harness/src/snapshots/toolchain__traits into-fstar.snap index b26c947a8..c54b93f95 100644 --- a/test-harness/src/snapshots/toolchain__traits into-fstar.snap +++ b/test-harness/src/snapshots/toolchain__traits into-fstar.snap @@ -15,114 +15,12 @@ info: issue_id: ~ positive: true snapshot: - stderr: true + stderr: false stdout: true include_flag: ~ backend_options: ~ --- exit = 0 -stderr = ''' -Compiling traits v0.1.0 (WORKSPACE_ROOT/traits) -disabled backtrace -warning[HaxFront]: Hax frontend found a projected type with escaping bound vars. Please report https://github.com/hacspec/hax/issues/495 - - Context: - - alias_ty: AliasTy { - substs: [ - P, - (&u8,), - ], - def_id: DefId(2:2933 ~ core[7e13]::ops::function::FnOnce::Output), - } - - alias_kind: Projection - - trait_ref:
> - - trait_ref_and_substs: ( -
>, - [], - ) - - rebased_substs: [ - P, - (&u8,), - (&u8,), - ] - - norm_rebased_substs: Ok( -
>, - ) - - norm_substs: Ok( -
>, - ) - - early_binder_substs: Ok( -
>, - ) - - early_binder_rebased_substs: Ok( -
>,
- )
- --> traits/src/lib.rs:107:13
- |
-107 | impl ::Item,)>>
- - trait_ref_and_substs: (
- ::Item,)>>,
- [],
- )
- - rebased_substs: [
- P,
- (&::Item,),
- (&::Item,),
- ]
- - norm_rebased_substs: Err(
- Type(
- (& ::Item,),
- ),
- )
- - norm_substs: Err(
- Type(
- (& ::Item,),
- ),
- )
- - early_binder_substs: Ok(
- <(&::Item,) as std::ops::FnOnce<(& ::Item,)>>,
- )
- - early_binder_rebased_substs: Ok(
- <(&::Item,) as std::ops::FnOnce<(& ::Item,)>>,
- )
- --> /nix/store/bbq0z3kg0b7hb3n7agk20r7hg3alf4kb-rust-default-1.72.0-nightly-2023-06-28/lib/rustlib/src/rust/library/core/src/iter/adapters/filter.rs:51:1
- |
-51 | impl