- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.8k
          Fix large_stack_frames FP on compiler generated targets
          #15101
        
          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
base: master
Are you sure you want to change the base?
Conversation
| rustbot has assigned @samueltardieu. Use  | 
| @profetia @samueltardieu @y21 thank you! | 
        
          
                tests/ui-toml/large_stack_frames_for_generated_fn/large_stack_frames.rs
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                tests/ui-toml/large_stack_frames_for_generated_fn/large_stack_frames.stderr
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                tests/ui-toml/large_stack_frames_for_generated_fn/large_stack_frames.rs
              
                Outdated
          
            Show resolved
            Hide resolved
        
      ce992be    to
    4ddb621      
    Compare
  
    | @y21 I've updated this PR based on the above discussions: 
 | 
| Lintcheck changes for 3881e16 
 This comment will be updated if you push new changes | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not really sure about the newly added configuration options, mostly because I can't see a use case for them and it complicates clippy. I'd have much more preferred the initial version of the PR which was much simpler.
4d142c1    to
    5e69dd9      
    Compare
  
    | @y21 After second thought, I think you are right. I updated so that: 
 | 
e78dbc0    to
    6a65528      
    Compare
  
    | Any feedback? @y21 | 
| Any feedback? @y21 | 
| r? clippy | 
        
          
                tests/ui-toml/large_stack_frames_for_special_targets/large_stack_frames.rs
          
            Show resolved
            Hide resolved
        
      | @flip1995 Updated. Thank you! | 
| @flip1995 Any feedback? | 
| r? clippy | 
Closes #15099
The compiler will generate a special
mainfunction for the tests, which caused this FP.changelog: [
large_stack_frames] fix FP on compiler generated targets