- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13.9k
 
          [testsuite][cleanup] Remove all usages of dont_merge hack to avoid function merging
          #129468
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
  
    [testsuite][cleanup] Remove all usages of dont_merge hack to avoid function merging
  
  #129468
              Conversation
| 
          
 rustbot has assigned @Mark-Simulacrum. Use   | 
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
          
 Yes, but you still need to add this flag to the tests you're removing the hacks from, presumably?  | 
    
ca502db    to
    7453128      
    Compare
  
    | 
           Missed it :)  | 
    
| 
           @compiler-errors The tests are fixed now.  | 
    
| 
           ☔ The latest upstream changes (presumably #129647) made this pull request unmergeable. Please resolve the merge conflicts.  | 
    
dd2a955    to
    800a1ce      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
…function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
800a1ce    to
    b324fcb      
    Compare
  
    | 
           @bors r+ rollup=iffy  | 
    
…mpiler-errors Rollup of 9 pull requests Successful merges: - rust-lang#128871 (bypass linker configuration and cross target check for specific commands) - rust-lang#129468 ([testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function merging) - rust-lang#129614 (Adjust doc comment of Condvar::wait_while) - rust-lang#129840 (Implement suggestions for `elided_named_lifetimes`) - rust-lang#129891 (Do not request sanitizers for naked functions) - rust-lang#129899 (Add Suggestions for Misspelled Keywords) - rust-lang#129940 (s390x: Fix a regression related to backchain feature) - rust-lang#129987 (Don't store region in `CapturedPlace`) - rust-lang#130054 (Add missing quotation marks) r? `@ghost` `@rustbot` modify labels: rollup
…mpiler-errors Rollup of 9 pull requests Successful merges: - rust-lang#128871 (bypass linker configuration and cross target check for specific commands) - rust-lang#129468 ([testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function merging) - rust-lang#129614 (Adjust doc comment of Condvar::wait_while) - rust-lang#129840 (Implement suggestions for `elided_named_lifetimes`) - rust-lang#129891 (Do not request sanitizers for naked functions) - rust-lang#129899 (Add Suggestions for Misspelled Keywords) - rust-lang#129940 (s390x: Fix a regression related to backchain feature) - rust-lang#129987 (Don't store region in `CapturedPlace`) - rust-lang#130054 (Add missing quotation marks) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#129468 - Rajveer100:hack-to-avoid-function-merging, r=Mark-Simulacrum [testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function merging Resolves rust-lang#129438 The `-Zmerge-functions=disabled` compile flag exists for this purpose.
Resolves #129438
The
-Zmerge-functions=disabledcompile flag exists for this purpose.