Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
all-subsystems-gen test
  • Loading branch information
drahnr committed Sep 4, 2021
commit bf40e41558b23ea16e5639bab7e9616e10623c84
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ fn main() {
a: 0u8,
b: 1u16,
};
let _all: AllSubsystems<_,_> = all.replace_a::<u32>(|_| 777_777u32);
let _all: AllSubsystems<_,_> = all.replace_a::<u32,_>(|_| 777_777u32);
}