You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
default v811_spc009_project 7 months ago
multifields v811_spc009_project 7 months ago
naming v811_spc009_project 7 months ago
not_unpin v811_spc009_project 7 months ago
pinned_drop v811_spc009_project 7 months ago
project_replace v811_spc009_project 7 months ago
pub v811_spc009_project 7 months ago
unsafe_unpin v811_spc009_project 7 months ago
README.md v811_spc009_project 7 months ago

README.md

Expansion tests

Similar to ui tests, but instead of checking the compiler output, this checks the code generated by macros.

See examples for descriptions of what the generated code does, and why it needs to be generated.

To run this test, run the following command:

cargo +nightly test --test expandtest

Locally, this test updates the files in the expand directory if there are changes to the generated code. If there are any changes to the files in the expand directory after running the test, please commit them.