2 matches across 1 files for error lang:YAML path:compiler/rustc_codegen_gcc/.github/workflows/release.yml
snippet_mode: auto · sorted by relevance
compiler/rustc_codegen_gcc/.github/workflows/release.yml YAML 2 matches view file →
86 call_found=$(objdump -dj .text tests/hello-world/target/release/hello_world | grep -c "call .*mylib.*my_func" ) ||:
87 if [ $call_found -gt 0 ]; then
88 echo "ERROR: call my_func found in asm"
89 echo "Test is done with LTO enabled, hence inlining should occur across crates"
90 exit 1
· · ·
101 call_found=$(objdump -dj .text tests/cross_lang_lto/target/release/cross_lang_lto | grep -c "call .*my_add" ) ||:
102 if [ $call_found -gt 0 ]; then
103 echo "ERROR: call my_add found in asm"
104 echo "Test is done with cross-language LTO enabled, hence inlining should occur across object files"
105 exit 1
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.