about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-31 10:10:58 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-31 10:33:44 +0000
commitb87f8a4d9c5b02be27d763bb76d66298f1c01ffe (patch)
treec3d95d95600f2afa2209d3fae93eaed2897cf5de /src
parentdf13721863253f6298264165348a60dfb9783f94 (diff)
downloadrust-b87f8a4d9c5b02be27d763bb76d66298f1c01ffe.tar.gz
rust-b87f8a4d9c5b02be27d763bb76d66298f1c01ffe.zip
Add issue reference
Diffstat (limited to 'src')
-rw-r--r--src/test/run-make-fulldeps/symbol-visibility/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-make-fulldeps/symbol-visibility/Makefile b/src/test/run-make-fulldeps/symbol-visibility/Makefile
index b816afa7395..17052ef4e63 100644
--- a/src/test/run-make-fulldeps/symbol-visibility/Makefile
+++ b/src/test/run-make-fulldeps/symbol-visibility/Makefile
@@ -59,7 +59,7 @@ all:
 	[ "$$($(NM) $(TMPDIR)/$(RDYLIB_NAME) | grep -v __imp_ | grep -c public_generic_function_from_rlib)" -eq "0" ]
 
 	# Check that a proc macro exports its public #[no_mangle] functions
-	# FIXME avoid exporting #[no_mangle] symbols for proc macros
+	# FIXME(#99978) avoid exporting #[no_mangle] symbols for proc macros
 	[ "$$($(NM) $(TMPDIR)/$(CDYLIB_NAME) | grep -v __imp_ | grep -c public_c_function_from_cdylib)" -eq "1" ]
 	# Check that a proc macro exports the public #[no_mangle] functions of dependencies
 	[ "$$($(NM) $(TMPDIR)/$(CDYLIB_NAME) | grep -v __imp_ | grep -c public_c_function_from_rlib)" -eq "1" ]
@@ -108,7 +108,7 @@ endif
 	[ "$$($(NM) $(TMPDIR)/$(RDYLIB_NAME) | grep -v __imp_ | grep -c public_generic_function_from_rlib)" -eq "1" ]
 
 	# Check that a proc macro exports its public #[no_mangle] functions
-	# FIXME avoid exporting #[no_mangle] symbols for proc macros
+	# FIXME(#99978) avoid exporting #[no_mangle] symbols for proc macros
 	[ "$$($(NM) $(TMPDIR)/$(CDYLIB_NAME) | grep -v __imp_ | grep -c public_c_function_from_cdylib)" -eq "1" ]
 	# Check that a proc macro exports the public #[no_mangle] functions of dependencies
 	[ "$$($(NM) $(TMPDIR)/$(CDYLIB_NAME) | grep -v __imp_ | grep -c public_c_function_from_rlib)" -eq "1" ]