• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

default/H03-May-2022-243235

multifields/H03-May-2022-277269

naming/H03-May-2022-762730

pinned_drop/H03-May-2022-230222

pub/H03-May-2022-202194

README.mdH A D01-Jan-1970597 1812

README.md

1# Expansion tests
2
3Similar to ui tests, but instead of checking the compiler output, this checks
4the code generated by macros.
5
6See [examples](https://github.com/taiki-e/pin-project/tree/HEAD/examples) for
7descriptions of what the generated code does, and why it needs to be generated.
8
9To run this test, run the following command:
10
11```sh
12cargo +nightly test --test expandtest
13```
14
15Locally, this test updates the files in the `expand` directory if there are
16changes to the generated code. If there are any changes to the files in the
17`expand` directory after running the test, please commit them.
18