about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2022-10-05 21:46:44 -0700
committerPeter Collingbourne <pcc@google.com>2022-10-05 21:55:24 -0700
commit5f3a4240c5ea5a5943eca5a467e3be04159e89a4 (patch)
treef63a11fcbc530382be4b299e5973035ef3a7a400 /compiler/rustc_parse/src/parser/expr.rs
parentc97d02cdb5ca5f5e9eff1fa9e4560d220d1fd2a0 (diff)
downloadrust-5f3a4240c5ea5a5943eca5a467e3be04159e89a4.tar.gz
rust-5f3a4240c5ea5a5943eca5a467e3be04159e89a4.zip
Fix the sanitizer_scs_attr_check.rs test
The test is failing when targeting aarch64 Android. The intent appears
to have been to look for a function attributes comment (or the absence
of one) on the line preceding the function declaration. But this isn't
quite possible with FileCheck and the test as written was looking for a
line with `no_scs` after a line with `scs`, which doesn't appear in the
output. Instead, match on the function attributes comment on the line
following the demangled function name comment.
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions