Skip to content

Commit

Permalink
fix readme (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Nov 19, 2024
1 parent 71ac6cc commit 98a7f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/cc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ In addition to the common rule attributes listed [here](https://bazel.build/refe
| local_defines | Pre-processor macro definitions | list of str | No (defaults to `[]`) | |
| compile_stderr | Matcher for the stderr message while compiling | specific matcher | No (defaults to no-op) | |
| compile_stdout | Matcher for the stdout message while compiling | specific matcher | No (defaults to no-op) | |
| link_stderr | Matcher for the stderr message while compiling | specific matcher | No (defaults to no-op) | |
| link_stdout | Matcher for the stdout message while compiling | specific matcher | No (defaults to no-op) | |
| link_stderr | Matcher for the stderr message while linking | specific matcher | No (defaults to no-op) | |
| link_stdout | Matcher for the stdout message while linking | specific matcher | No (defaults to no-op) | |

## `CcBuildErrorInfo`

Expand Down

0 comments on commit 98a7f23

Please sign in to comment.