We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a2ad4 commit 55ae8b4Copy full SHA for 55ae8b4
substrate/frame/revive/src/precompiles.rs
@@ -404,6 +404,7 @@ impl<P: BuiltinPrecompile> PrimitivePrecompile for P {
404
}
405
406
407
+// The collision check is verified by a trybuild test in `ui-tests/src/ui/precompiles_ui.rs`.
408
#[impl_trait_for_tuples::impl_for_tuples(20)]
409
#[tuple_types_custom_trait_bound(PrimitivePrecompile<T=T>)]
410
impl<T: Config> Precompiles<T> for Tuple {
0 commit comments