@@ -143,74 +143,30 @@ examples/unsafe_operations/inline_assembly_symbol_operands_and_abi_clobbers.v
143143examples/unsafe_operations/inline_assembly.v
144144examples/unsafe_operations/raw_pointers.v
145145examples/variable_bindings/declare_first.v
146- examples_axiomatized/conversion/from.v
147- examples_axiomatized/conversion/into.v
148- examples_axiomatized/conversion/try_from_and_try_into.v
149- examples_axiomatized/conversion/try_from_and_try_into.v
150146examples_axiomatized/custom_types/enums_testcase_linked_list.v
151- examples_axiomatized/custom_types/structures.v
152147examples_axiomatized/error_handling/boxing_errors.v
153- examples_axiomatized/error_handling/early_returns.v
154- examples_axiomatized/error_handling/introducing_question_mark_is_an_replacement_for_deprecated_try.v
155- examples_axiomatized/error_handling/introducing_question_mark.v
156- examples_axiomatized/error_handling/map_in_result_via_combinators.v
157- examples_axiomatized/error_handling/map_in_result_via_match.v
158- examples_axiomatized/error_handling/multiple_error_types.v
159148examples_axiomatized/error_handling/other_uses_of_question_mark.v
160- examples_axiomatized/error_handling/pulling_results_out_of_options_with_stop_error_processing.v
161- examples_axiomatized/error_handling/pulling_results_out_of_options.v
162- examples_axiomatized/error_handling/result_use_in_main.v
163149examples_axiomatized/error_handling/unpacking_options_via_question_mark.v
164150examples_axiomatized/error_handling/wrapping_errors.v
165151examples_axiomatized/functions/functions_closures_as_input_parameters.v
166152examples_axiomatized/functions/functions_closures_as_output_parameters.v
167153examples_axiomatized/functions/functions_closures_input_functions.v
168154examples_axiomatized/functions/functions_closures_type_anonymity_define_and_use.v
169- examples_axiomatized/functions/functions_closures_type_anonymity_define.v
170- examples_axiomatized/generics/generics_associated_types_problem.v
171- examples_axiomatized/generics/generics_associated_types_problem.v
172- examples_axiomatized/generics/generics_associated_types_solution.v
173- examples_axiomatized/generics/generics_associated_types_solution.v
174- examples_axiomatized/generics/generics_bounds_test_case_empty_bounds.v
175155examples_axiomatized/generics/generics_bounds.v
176- examples_axiomatized/generics/generics_functions.v
177- examples_axiomatized/generics/generics_functions.v
178156examples_axiomatized/generics/generics_implementation.v
179- examples_axiomatized/generics/generics_multiple_bounds.v
180- examples_axiomatized/generics/generics_phantom_type_test_case_unit_clarification.v
181- examples_axiomatized/generics/generics_phantom_type.v
182- examples_axiomatized/generics/generics.v
183- examples_axiomatized/generics/generics.v
184157examples_axiomatized/modules/struct_visibility.v
185- examples_axiomatized/modules/super_and_self.v
186- examples_axiomatized/modules/the_use_as_declaration.v
187158examples_axiomatized/modules/visibility.v
188- examples_axiomatized/primitives/arrays_and_slices.v
189- examples_axiomatized/scoping_rules/scoping_rules_borrowing_mutablity.v
190- examples_axiomatized/scoping_rules/scoping_rules_borrowing_the_ref_pattern.v
191- examples_axiomatized/scoping_rules/scoping_rules_lifetimes_bounds.v
192- examples_axiomatized/scoping_rules/scoping_rules_lifetimes_structs.v
193- examples_axiomatized/scoping_rules/scoping_rules_lifetimes_traits.v
194159examples_axiomatized/scoping_rules/scoping_rules_ownership_and_rules_partial_moves.v
195160examples_axiomatized/scoping_rules/scoping_rules_raii_desctructor.v
196- examples_axiomatized/std_library_types/box_stack_heap.v
197- examples_axiomatized/std_library_types/hash_map_alternate_or_custom_key_types.v
198161examples_axiomatized/std_misc/file_io_read_lines_efficient_method.v
199162examples_axiomatized/std_misc/file_io_read_lines.v
200163examples_axiomatized/std_misc/filesystem_operations.v
201164examples_axiomatized/std_misc/foreign_function_interface.v
202165examples_axiomatized/subtle.v
203- examples_axiomatized/subtle.v
204- examples_axiomatized/traits/clone.v
205- examples_axiomatized/traits/derive.v
206- examples_axiomatized/traits/derive.v
207166examples_axiomatized/traits/drop.v
208- examples_axiomatized/traits/hash.v
209167examples_axiomatized/traits/impl_trait_as_return_type.v
210168examples_axiomatized/traits/iterators.v
211169examples_axiomatized/traits/returning_traits_with_dyn.v
212- examples_axiomatized/traits/returning_traits_with_dyn.v
213- examples_axiomatized/traits/returning_traits_with_dyn.v
214170examples_axiomatized/traits/supertraits.v
215171ink/erc20.v
216172_std/iter_type.v
0 commit comments