about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorJack Huey <31162821+jackh726@users.noreply.github.com>2021-04-28 22:59:24 -0400
committerGitHub <noreply@github.com>2021-04-28 22:59:24 -0400
commit4da8c22e9b6fcc8e73bd934f2fa8390362d93ed1 (patch)
tree8923e5ac114e7bd21ab735678e2c44e9f2883e6d /library/std/src/sys/unix/stack_overflow.rs
parentdbfe0e9855996baecfbab4a717b0c6060aa090ee (diff)
parenta7e23f42cff3de644baa9203bf8bc4f15f8ed853 (diff)
downloadrust-4da8c22e9b6fcc8e73bd934f2fa8390362d93ed1.tar.gz
rust-4da8c22e9b6fcc8e73bd934f2fa8390362d93ed1.zip
Rollup merge of #84531 - Smittyvb:foo-not-feature, r=Mark-Simulacrum
Ignore commented out lines when finding features

This fixes #76246, where commented out lines were being detected as features by `tidy`, by ignoring those lines when looking for features. It's still not perfect, since it can be fooled by things like:
```rust
/*
#[unstable(feature = "foo", issue = "1234")]
*/
```
But luckily that never happens in `rustc`, so `foo` now ceases to appear in the unstable book.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions