mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	 24aa348586
			
		
	
	
		24aa348586
		
	
	
	
	
		
			
			Closes #106421 This was already fixed by f5d43a052b9eb464e54af819143467954d814a24, but now the test cases are added.
		
			
				
	
	
		
			9 lines
		
	
	
		
			244 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			244 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ aux-build:issue-106421-force-unstable.rs
 | |
| //@ ignore-cross-compile
 | |
| //@ compile-flags: -Zforce-unstable-if-unmarked
 | |
| 
 | |
| extern crate foo;
 | |
| 
 | |
| // @has issue_106421/struct.FatalError.html '//*[@id="method.raise"]' 'fn raise'
 | |
| pub use foo::FatalError;
 |