mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-28 11:38:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // Regression test for remapped paths in rustdoc errors
 | |
| // <https://github.com/rust-lang/rust/issues/69264>.
 | |
| 
 | |
| //@ compile-flags:-Z unstable-options --remap-path-prefix={{src-base}}=remapped_path
 | |
| //@ rustc-env:RUST_BACKTRACE=0
 | |
| 
 | |
| #![deny(rustdoc::invalid_html_tags)]
 | |
| 
 | |
| /// </script>
 | |
| pub struct Bar;
 | 
